SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.getCellStyle  method

パラメーターで指定したセルに設定されたCellStyle客体をリターンする。 設定されていなければnullをリターンする。 

設定の可否を確認したければこのメッソドよりはgetCellStyleIdを使う。 

function getCellStyle (dataRowIndex: Integer, field: Integer|String): CellStyle;
Returns
CellStyle
Parameters
dataRowIndex - Integer.
field - Integer|String.
Note
See Also
getCellStyleId
CellStyle
Examples
Cell Styles