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