Expanded (row)

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

Type

boolean

Options

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

Example

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


//특정행을 펼칩니다.
sheet.setAttribute(sheet.getRowByIndex(4) , null , "Expanded" , 1);

Read More

Since

product version desc
core 8.0.0.0 기능 추가