FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCellFactory Class / ApplyCellStyles Method

In This Topic
    ApplyCellStyles Method (ExcelCellFactory)
    In This Topic
    Applies custom styles to the outline row.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ApplyCellStyles( _
       ByVal grid As C1FlexGrid, _
       ByVal cellType As CellType, _
       ByVal range As CellRange, _
       ByVal bdr As Border _
    ) 
    public override void ApplyCellStyles( 
       C1FlexGrid grid,
       CellType cellType,
       CellRange range,
       Border bdr
    )

    Parameters

    grid
    cellType
    range
    bdr
    See Also