트리구조에서 대상 행의 바로 다음 레벨의 자식 행의 개수를 확인 합니다.
ObjId.GetChildNodeCount(Row);
Parameter | Type | Required | Description |
---|---|---|---|
Row | Long |
필수 | 대상 행의 Index |
Integer, 하위 노드의 개수
// Index가 4인 행의 자식 노드 개수 확인
console.log('childRowCount: ', mySheet.GetChildNodeCount(4));
version | desc |
---|---|
7.0.0.0 |