본문 바로가기
Nexacro

넥사크로 그리드 셀 총정리

by ESTP 개발자 2025. 3. 13.

autofittype 

- col : 가로 스크롤 없이 전체 칼럼 표시

 

autosizingtype

- 그리드 높이, 크기 자동 조절

 

그리드 내 열 숨기기

this.gridA.setFormatColProperty(col index, "size", 0);

그리드 틀 고정 & 행 고정

열로 고정

this.gridA.setFormatColProperty(col index, "band", "left"); // 왼쪽 고정, right도 가능

 

행으로 고정

this.gridA.setFixedRow(row index)