set Cell Center Mode
fun setCellCenterMode( columnIndex: Int, rowIndex: Int, value: Alignment)
Content copied to clipboard
Sets centering mode of desired grid cell with given Alignment. Overrides existing mode in this cell.
Parameters
column Index
Column index in grid.
row Index
Row index in grid.
value
New centering mode to be set for the specified cell.