SheetProperties constructor
SheetProperties({
- DataSourceSheetProperties? dataSourceSheetProperties,
- GridProperties? gridProperties,
- int? index,
- bool? rightToLeft,
- int? sheetId,
- String? sheetType,
- Color? tabColor,
- ColorStyle? tabColorStyle,
- String? title,
Implementation
SheetProperties({
this.dataSourceSheetProperties,
this.gridProperties,
this.hidden,
this.index,
this.rightToLeft,
this.sheetId,
this.sheetType,
this.tabColor,
this.tabColorStyle,
this.title,
});