IDevExpressQuantumGridColumnViewCollectionTItem Property (Int32, Int32) |
Gets a column by its index (zero-based) in a view.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
int columnIndex,
int viewIndex
] { get; }
ReadOnly Default Property Item (
columnIndex As Integer,
viewIndex As Integer
) As T
Get
Dim instance As IDevExpressQuantumGridColumnViewCollection
Dim columnIndex As Integer
Dim viewIndex As Integer
Dim value As T
value = instance(columnIndex, viewIndex)
property T default[int columnIndex, int viewIndex] {
T get (int columnIndex, int viewIndex);
}
Parameters
- columnIndex
- Type: SystemInt32
Index of the column. - viewIndex
- Type: SystemInt32
Index of the view.
Return Value
Type:
TThe test object that corresponds to the specified column.
Exceptions See Also