Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / Column2 Property


In This Topic
    Column2 Property (ErrorEventArgs)
    In This Topic
    Gets the right column index that raised the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column2 As Integer
    'Usage
     
    
    Dim instance As ErrorEventArgs
    Dim value As Integer
     
    value = instance.Column2
    public int Column2 {get;}
    See Also