Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / LeftTab Property


In This Topic
    LeftTab Property (SpreadView)
    In This Topic
    Gets or sets the left most sheet tab in the tab strip in the view.
    Syntax
    'Declaration
     
    
    Public Property LeftTab As Integer
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Integer
     
    instance.LeftTab = value
     
    value = instance.LeftTab
    public int LeftTab {get; set;}
    See Also