Row Property
Overloads
| Row | Row index to select. Indexing starts from 0. If the cell's type is: * D, the index is based on the data matrix. * T, the index is based on the top dimensions indexes. * L, the index is based on the data matrix. JSON property name: qRow | 
Row
Row index to select.
Indexing starts from 0.
If the cell's type is:
- D, the index is based on the data matrix.
- T, the index is based on the top dimensions indexes.
- L, the index is based on the data matrix.
JSON property name: qRow
Declaration
      public int Row { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |