Gets the grouped Column at the specified index.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Column this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( index As Integer ) As Column Get |
Visual C++ |
---|
public: property Column^ default[int index] { Column^ get (int index); } |
F# |
---|
member Item : Column with get |
Parameters
- index
- Type: System..::..Int32
Property Value
Type: ColumnColumn if found. Otherwise null.