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; }
Public ReadOnly Default Property Item (
index As Integer
) As ICell
Get
public:
virtual property ICell^ default[int index] {
ICell^ get (int index) sealed;
}
abstract Item : ICell with get
override Item : ICell with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ICellImplements
ICellCollectionItemInt32Remarks
One Cell object can be returned for several indexes in case cell is merged.
See Also