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


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

    Parameters

    target
    Target Spread component
    See Also