[]
        
(Showing Draft Content)

Wijmo_Grid_Pdf.Iflexgridstyle

IFlexGridStyle Interface

Represents the look and feel of the FlexGrid being exported.

Heirarchy

  • IFlexGridStyle

Properties

Optional altCellStyle

altCellStyle: ICellStyle

Represents the cell style applied to odd-numbered rows of the FlexGrid.

Optional cellStyle

cellStyle: ICellStyle

Specifies the cell style applied to cells within a FlexGrid.

Optional errorCellStyle

errorCellStyle: ICellStyle

Represents the cell style applied to cells of the FlexGrid that contain validation errors if the FlexGrid.showErrors property is enabled.

Optional footerCellStyle

footerCellStyle: ICellStyle

Represents the cell style applied to column footers of the FlexGrid.

Optional groupCellStyle

groupCellStyle: ICellStyle

Represents the cell style applied to grouped rows of the FlexGrid.

Optional headerCellStyle

headerCellStyle: ICellStyle

Represents the cell style applied to row headers and column headers of the FlexGrid.