ColumnCollectionItem(Int32) Property |
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Column this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Column
Get
Parameters
- index Int32
- Index of specified column.
Return Value
ColumnReturns the specified column.
See Also