Version

UltraGridExcelExporter Class Members

The following tables list the members exposed by UltraGridExcelExporter.

Public Constructors
 NameDescription
Public ConstructorUltraGridExcelExporter ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldExcelRelevantPropFlagsRelevant appearance properties used in excel exporting. All other properties are ignored in exporting process.  
Public Properties
 NameDescription
Public PropertyBandSpacingGets or sets the amount of empty rows used as padding around a set of child rows.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDefaultWorkbookPaletteModeDetermines the default Infragistics.Documents.Excel.WorkbookPaletteMode to use when exporting.  
Public PropertyExportFormattingOptionsDetermines whether the exporter will try to translate the grid formatting (colors, alignment, etc.) into the exporter excel spreadsheet.  
Public PropertyExportFormulasDetermines whether formulas in the grid will be exported to Excel.  
Public PropertyExportValueListsDetermines whether dropdown lists in the grid will be exported to Excel.  
Public PropertyFileLimitBehaviourSpecifies behavior during the exporting process. Use this if you want exporter to behave differently when it reaches one of excel file limits.  
Public PropertyOutliningStyleDetermines how outlining is handled.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.Component)
Public MethodExportOverloaded. Exports the passed in grid to specified file.  
Public MethodExportAsyncOverloaded. Exports the passed in grid to specified file asynchronously.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnAsynchronousExportErrorUsed to invoke the AsynchronousExportError event.  
Protected MethodOnBeginExportCalled before grid export starts.  
Protected MethodOnCellExportedCalled after grid cell is exported to excel.  
Protected MethodOnCellExportErrorCalled when an error occurs while exporting a value to a cell.  
Protected MethodOnCellExportingCalled before grid cell is exported to excel.  
Protected MethodOnEndExportCalled after grid export is finished.  
Protected MethodOnExportEndedUsed to invoke the ExportEnded event.  
Protected MethodOnExportEndingUsed to invoke the ExportEnding event.  
Protected MethodOnExportStartedUsed to invoke the ExportStarted event.  
Protected MethodOnFormulaExportedOccurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell.  
Protected MethodOnFormulaExportErrorOccurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell.  
Protected MethodOnFormulaExportingOccurs before exporting a formula to a worksheet cell.  
Protected MethodOnHeaderCellExportedCalled after header cell is exported to excel.  
Protected MethodOnHeaderCellExportingCalled before header cell is exported to excel.  
Protected MethodOnHeaderRowExportedCalled after header row is exported to excel.  
Protected MethodOnHeaderRowExportingCalled before header row is exported to excel.  
Protected MethodOnInitializeColumnOccurs when a grid column is initialized.  
Protected MethodOnInitializeRowCalled when a row is initialized.  
Protected MethodOnInitializeSummaryOccurs when a summary is initialized.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnRowExportedCalled after grid row is exported to excel.  
Protected MethodOnRowExportingCalled before grid row is exported to excel.  
Protected MethodOnSummaryCellExportedCalled after summary cell is exported to excel.  
Protected MethodOnSummaryCellExportingCalled before summary cell is exported to excel.  
Protected MethodOnSummaryRowExportedCalled after summary row is exported to excel.  
Protected MethodOnSummaryRowExportingCalled before summary row is exported to excel.  
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