[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelCellFactory.ApplyCellStyles

ApplyCellStyles Method

ApplyCellStyles(C1FlexGrid, CellType, CellRange, Border)

Applies custom styles to the outline row.

Declaration
public override void ApplyCellStyles(C1FlexGrid grid, CellType cellType, CellRange range, Border bdr)
Parameters
Type Name Description
C1FlexGrid grid
CellType cellType
CellRange range
Border bdr
Overrides