SheetProperties constructor

SheetProperties({
  1. DataSourceSheetProperties? dataSourceSheetProperties,
  2. GridProperties? gridProperties,
  3. bool? hidden,
  4. int? index,
  5. bool? rightToLeft,
  6. int? sheetId,
  7. String? sheetType,
  8. Color? tabColor,
  9. ColorStyle? tabColorStyle,
  10. String? title,
})

Implementation

SheetProperties({
  this.dataSourceSheetProperties,
  this.gridProperties,
  this.hidden,
  this.index,
  this.rightToLeft,
  this.sheetId,
  this.sheetType,
  this.tabColor,
  this.tabColorStyle,
  this.title,
});