Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTab Class / SheetTab Constructor / SheetTab Constructor(Control)
Control that owns the new sheet tab (SheetTab object)


In This Topic
SheetTab Constructor(Control)
In This Topic
Creates a new sheet name tab for the specified control.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As Control _
)
 
'Usage
 
Dim owner As Control
 
Dim instance As New SheetTab(owner)

Parameters

owner
Control that owns the new sheet tab (SheetTab object)
See Also