FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / Apply Method / Apply(Border) Method
System.Windows.Controls.Border element that represents a cell.

In This Topic
    Apply(Border) Method
    In This Topic
    Applies the attributes defined by this CellStyle to a cell.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Apply( _
       ByVal bdr As Border _
    ) 
    public virtual void Apply( 
       Border bdr
    )

    Parameters

    bdr
    System.Windows.Controls.Border element that represents a cell.
    See Also