특정 데이터 로우 객체가 위치한 페이지에서의 행
index를 리턴합니다.
index는0부터 시작합니다.
number getPageIndexByRow( row );
| Name | Type | Required | Description |
|---|---|---|---|
| row | object |
필수 | 데이터 로우 객체 |
number : 페이지 객체에서 row의 순번
// 마지막 행의 페이지에서 행 순번을 얻는다.
var lastRow = sheet.getLastRow();
var lastPageIdx = sheet.getPageIndexByRow(lastRow);
| product | version | desc |
|---|---|---|
| core | 8.0.0.0 | 기능 추가 |