InfoRowConfig cfg 기능 사용시 표시되는 전체 데이터 행수를 변경합니다.
DB에서 가저온 건수와 다르게 표시하고 싶을때 유용합니다.
void setTotalRowCount ( count );
Name | Type | Required | Description |
---|---|---|---|
count | number |
필수 | 전체 데이터 행수로 표시할 숫자 |
none
// 전체 데이터 행수를 변경
sheet.setTotalRowCount ( 2000 );
product | version | desc |
---|---|---|
core | 8.0.0.7 | 기능 추가 |