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