Type definition of different options to aligning content inside a DataGrid cell.

Use with methods:

 // Example, apply 'right-center' content alignment in all cells that are currently defined on column 0.
DataGrid.setColumnContentAlignment(0, 'right-center')

To access all run-time options of DataGridCellContentAlignment, see DataGridCellContentAlignmentOptions