특정
index
를 갖는 페이지 객체를 리턴합니다.
index
는0
부터 시작합니다.
object getPageByIndex( index );
Name | Type | Required | Description |
---|---|---|---|
index | number |
필수 | 얻고자하는 페이지 순서 번호 |
page object : 지정한 순서에 해당하는 페이지 객체
//15번 페이지 객체를 얻음
var pageObj = sheet.getPageByIndex(15);
product | version | desc |
---|---|---|
core | 8.0.0.0 | 기능 추가 |