Version

FormulaExportErrorEventArgs Class Members

The following tables list the members exposed by FormulaExportErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormulaExportErrorEventArgs ConstructorCreates a new FormulaEventArgs instance.  
Public Properties
 NameDescription
Public PropertyActionDetermines what action to take when exporting a formula.  
Public PropertyApplyInvalidFormulaIfPossibleWhen set to true, the UltraGridExcelExporter will attempt to write the ExcelFormula to the worksheet cell, even though it may be invalid.  
Public PropertyContextThe object in the UltraGrid whose formula is being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs)
Public PropertyErrorAn enum returning the type of error that occurred when converting the formula from the grid to Excel.  
Public PropertyErrorTextGets or sets the error message if there was an error when converting a grid formula to an equivalent Excel formula.  
Public PropertyExcelFormulaGets or sets the converted formula to apply to the worksheet cell. May be null.  
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