대상 행의 마지막 자식 행을 확인 합니다.
ObjId.GetLastChildRow(Row);
| Parameter | Type | Required | Description |
|---|---|---|---|
| Row | Long |
필수 | 대상 행의 Index |
Long, 마지막 자식 행의 Index
// Index가 4인 행의 마지막 자식행의 Index 확인
console.log('lastChild: ', mySheet.GetLastChildRow(4));
| version | desc |
|---|---|
| 7.0.0.0 |