SMART datagrid v.1 > Classes > CellStyleManager
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
- Even if change the property of the returned style object, it will not be reflected to grid immediately.
- If not a special case, it should be handled as a read-only object.
- See Also
- setCellAt
- CellStyle
- Examples
- Cell Styles