Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkinsForm Class / SheetSkinsForm Constructor / SheetSkinsForm Constructor(SheetView)
Target sheet


In This Topic
    SheetSkinsForm Constructor(SheetView)
    In This Topic
    Creates a new sheet skin form for the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal target As SheetView _
    )
    'Usage
     
    
    Dim target As SheetView
     
    Dim instance As New SheetSkinsForm(target)
    public SheetSkinsForm( 
       SheetView target
    )

    Parameters

    target
    Target sheet
    See Also