Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChangeEventArgs Class / Column Property


In This Topic
    Column Property (ChangeEventArgs)
    In This Topic
    Gets the column index of the cell that is changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ChangeEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also