maxRows property

int maxRows

returns count of rows having data in sheet

Implementation

int get maxRows {
  return _maxRows;
}