DataTable.Cell Type

record with the fields: 'row: number (optional)', 'column: number (optional)', 'row_id: string | number (optional)', 'column_id: string (optional)'

Constructors

Constructor Description

Cell()

Full Usage: Cell()

Returns: Cell
Returns: Cell

Static members

Static member Description

Cell.init (?row, ?column, ?rowId, ?columnId)

Full Usage: Cell.init (?row, ?column, ?rowId, ?columnId)

Parameters:
    ?row : int64
    ?column : int64
    ?rowId : IConvertible
    ?columnId : string

Returns: Cell
?row : int64
?column : int64
?rowId : IConvertible
?columnId : string
Returns: Cell