GetDataFirstRow (row method)

데이터 행의 시작 인덱스를 확인합니다.
헤더, 필터, 합계행은 인덱스에서 제외되며, 데이터행이 존재하지 않는 경우 -1 을 반환합니다.

Syntax

ObjId.GetDataFirstRow();

Info

none

Returns

Number, 데이터행의 시작 인덱스 (Default: -1)

Example

// 시트 시작 인덱스를 확인
console.log("getDataFirstRow:", mySheet.GetDataFirstRow());

Since

version desc
7.0.13.37