class Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs
   inherits System.EventArgs
   abstract:

   def public property Context as System.Object
      get.

   def public property GridFormula as character
      get.

   def public property WorksheetCell as Infragistics.Documents.Excel.WorksheetCell
      get.

   constructor public FormulaEventArgs(input context as System.Object, input gridFormula as character, input worksheetCell as Infragistics.Documents.Excel.WorksheetCell):
   end constructor.

end class.
