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


In This Topic
    Apply(SheetView) Method
    In This Topic
    Applies the skin to the specified sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Apply( _
       ByVal sheet As SheetView _
    ) 
    'Usage
     
    
    Dim instance As SheetSkin
    Dim sheet As SheetView
     
    instance.Apply(sheet)
    public virtual void Apply( 
       SheetView sheet
    )

    Parameters

    sheet
    Sheet to which to apply the skin
    See Also