Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ExcelErrorEventArgs Class
Members


In This Topic
    ExcelErrorEventArgs Class
    In This Topic
    Provides information when an error occurs during loading or saving an excel file.
    Object Model
    ExcelErrorEventArgs Class
    Syntax
    'Declaration
     
    Public Class ExcelErrorEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ExcelErrorEventArgs
    public class ExcelErrorEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.Data.ExcelErrorEventArgs

    See Also