[]
Gets or sets the raw content of a specific cell.
public object GetDataRaw(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Index of the row that contains the cell. |
int | col | Index of the column that contains the cell. |
Type | Description |
---|---|
object | The formatted value of the cell. |