ColumnCollectionItem Property |
Returns the column at the specified index.
Read-only
Column.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IColumn this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IColumn
Get
public:
virtual property IColumn^ default[int index] {
IColumn^ get (int index) sealed;
}
abstract Item : IColumn with get
override Item : IColumn with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IColumnImplements
IColumnCollectionItemInt32
See Also