StringRowCell returns the value at given row and cell, where row is outer-most dim, and cell is 1D index into remaining inner dims. For Table columns
(row, cell int)
| 99 | // StringRowCell returns the value at given row and cell, where row is outer-most dim, |
| 100 | // and cell is 1D index into remaining inner dims. For Table columns |
| 101 | StringRowCell(row, cell int) string |
| 102 | |
| 103 | // SetStringRowCell sets the value at given row and cell, where row is outer-most dim, |
| 104 | // and cell is 1D index into remaining inner dims. For Table columns |
no outgoing calls