FilteredRowCount (filter method)

필터링 결과의 행의 개수를 확인 합니다.

Syntax

ObjId.FilteredRowCount();

Info

none

Returns

none

Example

// 필터링 결과 건수 확인
console.log('filteredRows: ', mySheet.FilteredRowCount());

Since

version desc
7.0.0.0