대상 행의 바로 이전 레벨의 부모 행 Index를 확인 합니다.
ObjId.GetParentRow(Row);
Parameter | Type | Required | Description |
---|---|---|---|
Row | Long |
필수 | 대상 행의 Index |
Long, 부모 행의 Index
// Index가 4인 행의 부모행 확인
console.log('parentRow: ', mySheet.GetParentRow(4));
version | desc |
---|---|
7.0.0.0 |