The following tables list the members exposed by FormulaExportErrorEventArgs.
Name | Description | |
---|---|---|
FormulaExportErrorEventArgs Constructor | Creates a new FormulaEventArgs instance. |
Name | Description | |
---|---|---|
Action | Determines what action to take when exporting a formula. | |
ApplyInvalidFormulaIfPossible | When set to true, the UltraGridExcelExporter will attempt to write the ExcelFormula to the worksheet cell, even though it may be invalid. | |
Context | The object in the UltraGrid whose formula is being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs) | |
Error | An enum returning the type of error that occurred when converting the formula from the grid to Excel. | |
ErrorText | Gets or sets the error message if there was an error when converting a grid formula to an equivalent Excel formula. | |
ExcelFormula | Gets or sets the converted formula to apply to the worksheet cell. May be null. | |
GridFormula | The formula of the object in the grid being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs) | |
WorksheetCell | The worksheet cell to which the formula is being exported. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs) |