Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeftChangeEventArgs Class / OldLeft Property


In This Topic
    OldLeft Property
    In This Topic
    Gets the index of the previous left column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldLeft As Integer
    'Usage
     
    
    Dim instance As LeftChangeEventArgs
    Dim value As Integer
     
    value = instance.OldLeft
    public int OldLeft {get;}
    See Also