new Row()
Methods
-
getCellValue(columnName) → {object}
-
Get a cell value from a row.
Parameters:
Name Type Description columnName string The name of the column that contains the value. Returns:
object The cell value.
Get a cell value from a row.
| Name | Type | Description |
|---|---|---|
| columnName | string | The name of the column that contains the value. |