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