Version

UltraGridExcelExporter Class Events

For a list of all members of this type, see UltraGridExcelExporter members.

Public Events
 NameDescription
Public EventAsynchronousExportErrorOccurs if there is an exception caught during an asyncrhonous export operation.  
Public EventBeginExportOccurs before grid export starts.  
Public EventCellExportedOccurs after grid cell is exported to excel.  
Public EventCellExportErrorOccurs when exporting a value to a cell results in an error.  
Public EventCellExportingOccurs before grid cell is exported to excel.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventEndExportOccurs after grid export is finished.  
Public EventExportEndedOccurs after grid export is finished.  
Public EventExportEndingOccurs before the export process has ended, but before the Excel document is finalized.  
Public EventExportStartedOccurs before grid export starts.  
Public EventFormulaExportedFires after exporting a formula (or an error message if the conversion from a grid formula to an Excel formula failed) to a worksheet cell.  
Public EventFormulaExportErrorFires after exporting a formula (or an error message if the conversion from a grid formula to an Excel formula failed) to a worksheet cell.  
Public EventFormulaExportingFires before exporting a formula to a worksheet cell.  
Public EventHeaderCellExportedOccurs after header cell is exported to excel.  
Public EventHeaderCellExportingOccurs before header cell is exported to excel.  
Public EventHeaderRowExportedOccurs after header row is exported to excel.  
Public EventHeaderRowExportingOccurs before header row is exported to excel.  
Public EventInitializeColumnOccurs when a grid column is initialized.  
Public EventInitializeRowOccurs when a row is initialized.  
Public EventInitializeSummaryOccurs when a summaryis initialized.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventRowExportedOccurs after grid row is exported to excel.  
Public EventRowExportingOccurs before grid row is exported to excel.  
Public EventSummaryCellExportedOccurs after summary cell is exported to excel.  
Public EventSummaryCellExportingOccurs before summary cell is exported to excel.  
Public EventSummaryRowExportedOccurs after summary row is exported to excel.  
Public EventSummaryRowExportingOccurs before summary row is exported to excel.  
See Also