Expanded (row)

트리 기능 사용시 행의 접힘/펼침 여부를 설정합니다.

Type

boolean

Options

Value Description
0(false) 접힘
1(true) 펼침

Example

//특정행의 접힘여부 확인
var ep = sheet.getAttribute(sheet.getFocusedRow(), null, "Expanded");

//특정행을 펼칩니다. setExpandRow api 사용
sheet.setExpandRow(sheet.getRowByIndex(4), null, 1);

Read More

Since

product version desc
core 8.0.0.0 기능 추가