SMART datagrid v.1 > Classes > GridBase
DataLudi.GridBase.getCellStyle method
パラメーターで指定したセルに設定されたCellStyle客体をリターンする。 設定されていなければnullをリターンする。
設定の可否を確認したければこのメッソドよりはgetCellStyleIdを使う。
function getCellStyle (dataRowIndex: Integer, field: Integer|String): CellStyle;
- Returns
- CellStyle
- Parameters
- dataRowIndex - Integer.
- field - Integer|String.
- Note
- リターンになったスタイル客体のプロパティーを変更するとしてもすぐにはグリッドに反映されない。
- 特別な場合ではなければread-only客体として扱わねばならない。
- See Also
- getCellStyleId
- CellStyle
- Examples
- Cell Styles