IGridValueCollectionTItem Property (Int32, Int32) |
Gets a cell value the row and column indexes (zero-based).
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
int rowIndex,
int columnIndex
] { get; set; }
Default Property Item (
rowIndex As Integer,
columnIndex As Integer
) As T
Get
Set
Dim instance As IGridValueCollection
Dim rowIndex As Integer
Dim columnIndex As Integer
Dim value As T
value = instance(rowIndex, columnIndex)
instance(rowIndex, columnIndex) = value
property T default[int rowIndex, int columnIndex] {
T get (int rowIndex, int columnIndex);
void set (int rowIndex, int columnIndex, T value);
}
Parameters
- rowIndex
- Type: SystemInt32
Index of the row. - columnIndex
- Type: SystemInt32
Index of the column.
Return Value
Type:
TThe cell value.
Exceptions See Also