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