VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI.Controls Namespace / SpreadsheetEditorMainMenuPanel Class / AddTab(String,String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddTab(String,String) Method (SpreadsheetEditorMainMenuPanel)
    In This Topic
    Adds new tab page to the MainTabControl of this panel.
    Syntax
    'Declaration
    
    Public Sub AddTab( _
    ByVal tabId
    The unique identifier of new tab page.
    As System.String, _
    ByVal tabText
    The display name of new tab page.
    As System.String _
    )
    public void AddTab(
    System.String tabId,
    System.String tabText
    )
    public: void AddTab(
    System.String tabId,
    System.String tabText
    )
    public:
    void AddTab(
    System.String tabId,
    System.String tabText
    )

    Parameters

    tabId
    The unique identifier of new tab page.
    tabText
    The display name of new tab page.
    Exceptions
    ExceptionDescription
    Thrown if MainTabControl already has tab with tabId.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also