SetTotalRows (core method)

조회해야 할 전체 조회 대상 건수를 설정 합니다.

Syntax

ObjId.SetTotalRows(total);

Info

Parameter Type Required Description
total Number 필수 조회 대상 건수

Returns

none

Example

// 전제 조회 대상 건수를 1000건으로 설정
mySheet.SetTotalRows(1000);

Since

version desc
7.0.0.0