Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / Apply Method / Apply(SheetView) Method
Sheet (SheetView object)


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

    Parameters

    sheet
    Sheet (SheetView object)
    See Also