An interface to provide access to a table's column.
It uses the generic type C as the type for all cell values.
Methods
-
To get the cell value at the given row index
Name Type Description rowIndexnumber The zero-based index of the cell's row
Returns:
Type Description C | undefined The specified cell or undefinedif the row index is out of range.