Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / LeftTab Property


In This Topic
    LeftTab Property (FpSpread)
    In This Topic
    Gets or sets the leftmost sheet tab of the component.
    Syntax
    'Declaration
     
    
    Public Property LeftTab As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.LeftTab = value
     
    value = instance.LeftTab
    public int LeftTab {get; set;}
    See Also