class Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs
   inherits Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs:

   def public property Action as Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction
      get.
      set.

   def public property Error as Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType
      get.

   def public property ErrorText as character
      get.
      set.

   def public property ExcelFormula as character
      get.
      set.

   def public property ApplyInvalidFormulaIfPossible as logical
      get.
      set.

   constructor public FormulaExportErrorEventArgs(input context as System.Object, input gridFormula as character, input worksheetCell as Infragistics.Documents.Excel.WorksheetCell, input action as Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction, input error as Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType, input errorText as character, input excelFormula as character):
   end constructor.

end class.
