Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeftChangeEventArgs Class / NewLeft Property


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