ColumnCollectionItem(Int32) Property
Returns the column at the specified index
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public ColumnBase this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ColumnBase
Get
member Item : ColumnBase with get
- index Int32
- the index for the desired column
ColumnBasethe column at the specified index