maxColumns property

int maxColumns

returns count of columns having data in sheet

Implementation

int get maxColumns {
  return _maxColumns;
}