SMART datagrid v1.4 > Classes > CellStyleManager

Back  Forward

DataLudi.CellStyleManager.getStyleAt  method

매개변수로 지정한 셀에 설정된 CellStyle 객체를 리턴한다. 설정되지 않았다면 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