Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStrip Class / ActiveSheetTab Property


In This Topic
    ActiveSheetTab Property
    In This Topic
    Gets the active sheet tab.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveSheetTab As SheetTab
    'Usage
     
    
    Dim instance As TabStrip
    Dim value As SheetTab
     
    value = instance.ActiveSheetTab
    public SheetTab ActiveSheetTab {get;}
    See Also