IGridValueCollection2<T> Interface |
Namespace: SmartBear.TestLeft.TestObjects
Name | Description | |
---|---|---|
![]() | Item[Int32, Int32] |
Gets a cell value the row and column indexes (zero-based).
(Inherited from IGridValueCollection<T>.) |
![]() | Item[Int32, String] |
Gets a cell value by the row index (zero-based) and column name.
(Inherited from IGridValueCollection<T>.) |
![]() | Item[String, Int32] |
Get a cell value by the row name and column index (zero-based).
|
![]() | Item[String, String] |
Gets a cell value by the row and column names.
|