maxCols property
int
get
maxCols
returns count of cols
having data in sheet
Implementation
int get maxCols {
return _maxCols;
}
returns count of cols
having data in sheet
int get maxCols {
return _maxCols;
}