CellCollectionItem Property

Returns a cell by it's position. Read-only Cell.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ICell this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: ICell

Implements

ICellCollectionItemInt32
Remarks
One Cell object can be returned for several indexes in case cell is merged.
See Also