Version

FormulaExportingEventArgs Class Members

The following tables list the members exposed by FormulaExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormulaExportingEventArgs ConstructorCreates a new FormulaEventArgs instance.  
Public Properties
 NameDescription
Public PropertyActionDetermines what action to take when exporting a formula.  
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