class Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportingEventArgs
   inherits Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs:

   def public property Action as Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction
      get.
      set.

   constructor public FormulaExportingEventArgs(input context as System.Object, input gridFormula as character, input worksheetCell as Infragistics.Documents.Excel.WorksheetCell, input action as Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction):
   end constructor.

end class.
