IDevExpressQuantumGridCollection<T> Interface |
Namespace: SmartBear.TestLeft.TestObjects.VCL.DevExpress
Name | Description | |
---|---|---|
![]() | Item[Int32, Int32] |
Gets a cell value by row and column indexes (zero-based).
|
![]() | Item[Int32, String] |
Gets a cell value by the row index (zero-based) and column name.
|
![]() | Item[Int32, Int32, Int32] |
Gets a cell value by the row, column and view indexes (zero-based).
|
![]() | Item[Int32, Int32, String] |
Gets a cell value by the row and column indexes (zero-based) and by the view name.
|
![]() | Item[Int32, String, Int32] |
Gets a cell value by the row index (zero-based), column name and view index.
|
![]() | Item[Int32, String, String] |
Gets a cell value by the row index (zero-based), column name and view name.
|