Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkin Class / Apply Method / Apply(SheetView) Method


In This Topic
    Apply(SheetView) Method
    In This Topic
    Skin does not support applying.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Sub Apply( _
       ByVal sheet As SheetView _
    ) 
    'Usage
     
    
    Dim instance As DefaultSpreadSkin
    Dim sheet As SheetView
     
    instance.Apply(sheet)
    public override void Apply( 
       SheetView sheet
    )

    Parameters

    sheet
    See Also