FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / ApplyCellStyles Method

In This Topic
    ApplyCellStyles Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub ApplyCellStyles( _
       ByVal grid As C1.WPF.FlexGrid.C1FlexGrid, _
       ByVal cellType As C1.WPF.FlexGrid.CellType, _
       ByVal range As C1.WPF.FlexGrid.CellRange, _
       ByVal bdr As Border _
    ) 
    public virtual void ApplyCellStyles( 
       C1.WPF.FlexGrid.C1FlexGrid grid,
       C1.WPF.FlexGrid.CellType cellType,
       C1.WPF.FlexGrid.CellRange range,
       Border bdr
    )

    Parameters

    grid
    cellType
    range
    bdr
    See Also