IDevExpressQuantumGridColumnViewCollectionTItem Property (Int32, String) |
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,
string viewName
] { get; }
ReadOnly Default Property Item (
columnIndex As Integer,
viewName As String
) As T
Get
Dim instance As IDevExpressQuantumGridColumnViewCollection
Dim columnIndex As Integer
Dim viewName As String
Dim value As T
value = instance(columnIndex, viewName)
property T default[int columnIndex, String^ viewName] {
T get (int columnIndex, String^ viewName);
}
Parameters
- columnIndex
- Type: SystemInt32
Index of the column. - viewName
- Type: SystemString
Name of the view.
Return Value
Type:
TThe test object that corresponds to the specified column.
Exceptions See Also