maxColumns property

int get maxColumns

returns count of columns having data in sheet

Implementation

int get maxColumns {
  return _maxColumns;
}