Spread Windows Forms 15.0
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)
    public SheetTab( 
       Control owner
    )

    Parameters

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