Row.opIndex

Gets the cell in this row at the specified column.

class Row
opIndex
(
size_t col
)

Parameters

col size_t

column number

Return Value

Type: Cell*

pointer to cell in specified column, null if out of range

Meta