Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / Apply Method / Apply(SheetView) Method
Sheet to which to apply the skin
Example


In This Topic
    Apply(SheetView) Method
    In This Topic
    Applies the skin to the specified sheet view.
    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
    Example
    This example creates a new skin and applies it to the component.
    See Also