ColumnCollectionItem(Int32) Property

Returns the column at the specified index

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ColumnBase this[
	int index
] { get; }

Parameters

index  Int32
the index for the desired column

Return Value

ColumnBase
the column at the specified index

See Also