SMART datagrid v.1 > Classes > DisplayOptions

Back  Forward

DataLudi.DisplayOptions.fixedRowCount  property

固定行の数。 

固定行に含まれたセル達は垂直スクロールから例外になり、ソーティングや行のgroupingからも例外になる。 また、EditOptions.fixedRowEditabletrueでなければ基本的に編集できない。 

デフォルト値は0.

Getter
function fixedRowCount(): Integer
Setter
function setFixedRowCount(value: Integer)
See Also
fixedColCount
EditOptions.fixedRowEitable
Examples
Fixed Rows