[]
        
(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)
Public Overrides Sub ApplyCellStyles(grid As C1FlexGrid, cellType As CellType, range As CellRange, bdr As Border)
Parameters
Type Name Description
C1FlexGrid grid
CellType cellType
CellRange range
Border bdr
Overrides