DataLudi Grid v.1 > Classes > DisplayOptions

Back  Forward

DisplayOptions.fixedColCount  property

고정 컬럼의 갯수. 

고정 컬럼의 셀들은 수평 스크롤에서 제외되고 EditOptions.fixedColumnEditable이 true가 아니면 기본적으로 편집할 수 없다. 

기본값은 0.

Getter
function fixedColCount(): Integer
Setter
function setFixedColCount(value: Integer)
See Also
rowCount
editable
EditOptions.fixedColumnEditable
Examples
Fixed Columns