getPageIndexByRow (method)

특정 데이터 로우 객체가 위치한 페이지에서의 행 index를 리턴합니다.
index0부터 시작합니다.

Syntax

number getPageIndexByRow( row );

Parameters

Name Type Required Description
row object 필수 데이터 로우 객체

Return Value

number : 페이지 객체에서 row의 순번

Example

// 마지막 행의 페이지에서 행 순번을 얻는다.
var lastRow = sheet.getLastRow();
var lastPageIdx = sheet.getPageIndexByRow(lastRow);

Read More

Since

product version desc
core 8.0.0.0 기능 추가