maxCols property

int maxCols

returns count of cols having data in sheet

Implementation

int get maxCols {
  return _maxCols;
}