Version 24.2 (latest)

UltraGridExcelExporter Class Methods

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

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.  
See Also