IGridValueCollection2TItem Property (String, Int32) |
Get a cell value by the row name and column index (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[
string rowName,
int columnIndex
] { get; set; }
Default Property Item (
rowName As String,
columnIndex As Integer
) As T
Get
Set
Dim instance As IGridValueCollection2
Dim rowName As String
Dim columnIndex As Integer
Dim value As T
value = instance(rowName, columnIndex)
instance(rowName, columnIndex) = value
property T default[String^ rowName, int columnIndex] {
T get (String^ rowName, int columnIndex);
void set (String^ rowName, int columnIndex, T value);
}
Parameters
- rowName
- Type: SystemString
Name of the row. - columnIndex
- Type: SystemInt32
Index of the column.
Return Value
Type:
TThe cell value.
Exceptions See Also