ColumnCollection
Item Property
|
Gets the
Column
at the specified index.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Column this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Column
Get
public:
property Column^ default[int index] {
Column^ get (int index);
}
member Item : Column with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
Column
See Also