Spread WinForms 15
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)

Parameters

target
Target sheet
See Also