SelectingCells
의 값을 동적으로 바꿀 수 있습니다.
단, 멀티레코드(MultiRecord)는SelectingCells
의 값이0
으로 고정됩니다.
boolean setSelectingCells( mode );
Name | Type | Required | Description |
---|---|---|---|
mode | number |
선택 | 선택할 모드 (default: 1 ) |
boolean : 동적으로 바뀌었는지 확인.
// SelectingCells를 0 으로 바꿉니다.
sheet.setSelectingCells(0);
product | version | desc |
---|---|---|
core | 8.0.0.7 | 기능 추가 |