maxRows property
int
get
maxRows
returns count of rows
having data in sheet
Implementation
int get maxRows {
return _maxRows;
}
returns count of rows
having data in sheet
int get maxRows {
return _maxRows;
}