Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / AddTab Method
A FormatCells.FormatCellsTab value indicates which tabs to show.


In This Topic
    AddTab Method
    In This Topic
    Show the specified tabs.
    Syntax
    'Declaration
     
    
    Public Sub AddTab( _
       ByVal tab As FormatCells.FormatCellsTab _
    ) 
    'Usage
     
    
    Dim instance As FormatCells
    Dim tab As FormatCells.FormatCellsTab
     
    instance.AddTab(tab)
    public void AddTab( 
       FormatCells.FormatCellsTab tab
    )

    Parameters

    tab
    A FormatCells.FormatCellsTab value indicates which tabs to show.
    See Also