PdfGridBuiltInStyleSettings constructor
PdfGridBuiltInStyleSettings({})
Represents the grid built-in style settings.
Implementation
PdfGridBuiltInStyleSettings({
this.applyStyleForBandedColumns = false,
this.applyStyleForBandedRows = true,
this.applyStyleForFirstColumn = false,
this.applyStyleForHeaderRow = true,
this.applyStyleForLastColumn = false,
this.applyStyleForLastRow = false,
});