Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / SelectedTab Property


In This Topic
    SelectedTab Property (FormatCells)
    In This Topic
    Gets the current display tab.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedTab As FormatCells.FormatCellsTab
    'Usage
     
    
    Dim instance As FormatCells
    Dim value As FormatCells.FormatCellsTab
     
    value = instance.SelectedTab
    public FormatCells.FormatCellsTab SelectedTab {get;}

    Property Value

    The current display selected tab.
    See Also