Row

A table row. You cannot instantiate this class.

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.