Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class
Properties

In This Topic
    ErrorEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ErrorEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets whether to cancel default processing and throw exceptions or the EditError event.  
    Public Property Gets the column index of the cell with the editor that raised the event.  
    Public Property Gets the right column index that raised the event.  
    Public Property Gets the type of edit error.  
    Public Property Gets the text description of the error.  
    Public Property Gets the exception thrown by the error.  
    Public Property Determines whether the error is an editing error.  
    Public Property Gets the row index of the cell with the editor that raised the event.  
    Public Property Gets the bottom row index of the cell that raised the event.  
    Public Property Gets the view that contains the cell with the editor that raised the event.  
    Top
    See Also