SMART datagrid v.1 > Classes > CellStyleManager

Back  Forward

DataLudi.CellStyleManager.getStyleAt  method

It returns CellStyle object which has been set in the cell specified by parameter. If not set, it will return null

function getStyleAt (row: Integer, field: Integer|String): CellStyle;
Returns
CellStyle
Parameters
row - Integer. required.
field - Integer|String. required.
Note
See Also
setCellAt
CellStyle
Examples
Cell Styles