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