IDevExpressQuantumGridCollectionTItem Property (Int32, Int32, Int32) |
Gets a cell value by the row, column and view indexes (zero-based).
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 rowIndex,
int columnIndex,
int viewIndex
] { get; set; }
Default Property Item (
rowIndex As Integer,
columnIndex As Integer,
viewIndex As Integer
) As T
Get
Set
Dim instance As IDevExpressQuantumGridCollection
Dim rowIndex As Integer
Dim columnIndex As Integer
Dim viewIndex As Integer
Dim value As T
value = instance(rowIndex, columnIndex,
viewIndex)
instance(rowIndex, columnIndex, viewIndex) = value
property T default[int rowIndex, int columnIndex, int viewIndex] {
T get (int rowIndex, int columnIndex, int viewIndex);
void set (int rowIndex, int columnIndex, int viewIndex, T value);
}
Parameters
- rowIndex
- Type: SystemInt32
Index of the row. - columnIndex
- Type: SystemInt32
Index of the column. - viewIndex
- Type: SystemInt32
Index of the view.
Return Value
Type:
TThe cell value, if the cell was found.
Exceptions See Also