Version

FormulaExportedEventArgs Class Members

The following tables list the members exposed by FormulaExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormulaExportedEventArgs ConstructorCreates a new FormulaEventArgs instance.  
Public Properties
 NameDescription
Public PropertyContextThe object in the UltraGrid whose formula is being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs)
Public PropertyGridFormulaThe formula of the object in the grid being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs)
Public PropertyWorksheetCellThe worksheet cell to which the formula is being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs)
See Also