GetFirstChildRow (search method)

대상 행의 첫번째 자식 행을 확인 합니다.

Syntax

ObjId.GetFirstChildRow(Row);

Info

Parameter Type Required Description
Row Long 필수 대상 행의 Index

Returns

Long, 첫번째 자식 행의 Index

Example

// Index가 4인 행의 첫번째 자식행의 Index 확인
console.log('firstChild: ', mySheet.GetFirstChildRow(4));

Since

version desc
7.0.0.0