[]
Gets the SpreadDataColumn at the specified index.
public SpreadDataColumn this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SpreadDataColumn
Type | Name | Description |
---|---|---|
int | index |
Gets the SpreadDataColumn with the specified name.
public SpreadDataColumn this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As SpreadDataColumn
Type | Name | Description |
---|---|---|
string | name |