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


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