CellConfig: {
    column: number;
    grid: DataGrid;
    row: number;
}

An object which holds the configuration data for a cell.

Type declaration

  • Readonly column: number

    The column index of the cell.

  • Readonly grid: DataGrid

    The grid containing the cell.

  • Readonly row: number

    The row index of the cell.