GetNextSiblingRow (search method)

대상 행의 동일 부모, 동일 레벨 상에서의 다음 행을 확인 합니다.

Syntax

ObjId.GetNextSiblingRow(Row);

Info

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

Returns

Number, 다음 행의 Index

Example

// Index가 4인 행의 동일 부모, 동일 레벨 상에서의 다음 행 확인
console.log('nextRow: ', mySheet.GetNextSiblingRow(4));

Since

version desc
7.0.0.0