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