SMART datagrid v1.4 > Classes > CellStyleManager
DataLudi.CellStyleManager.setStyleAt method
매개변수 row와 field로 지정되는 데이터셀을 styleId로 등록되어 있는 CellStyle로 적용시킨다.
field에 0보다 작은 값을 지정하면 행의 모든 셀에 적용된다. 또, row에 0보다 작은 값을 지정하면 추가되는 행에 적용된다.
function setStyleAt (row: Integer, field: Integer|String, styleId: String);
- Returns
- Void
- Parameters
- row - Integer. required.
- field - Integer|String. required.
- styleId - String. required.
- See Also
- setStylesAt
- CellStyle
- Examples
- Cell Styles