Click or drag to resize

ColumnCollectionItem(Int32) Property

Get Column item by index.

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public Column this[
	int index
] { get; }

Parameters

index  Int32
Index of specified column.

Return Value

Column
Returns the specified column.
See Also