IColumnCollectionItem Property |
Returns the column at the specified index.
Read-only
IColumn.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIColumn this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IColumn
Get
property IColumn^ default[int index] {
IColumn^ get (int index);
}
abstract Item : IColumn with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IColumn
See Also