Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / Apply Method / Apply(FpSpread) Method
Spread component to which to apply the skin


In This Topic
    Apply(FpSpread) Method
    In This Topic
    Applies the skin to the active sheet in the specified Spread component.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Apply( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim instance As SheetSkin
    Dim spread As FpSpread
     
    instance.Apply(spread)
    public void Apply( 
       FpSpread spread
    )

    Parameters

    spread
    Spread component to which to apply the skin
    See Also