The following tables list the members exposed by UltraGridExcelExporter.
Name | Description | |
---|---|---|
![]() | UltraGridExcelExporter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ExcelRelevantPropFlags | Relevant appearance properties used in excel exporting. All other properties are ignored in exporting process. |
Name | Description | |
---|---|---|
![]() | BandSpacing | Gets or sets the amount of empty rows used as padding around a set of child rows. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DefaultWorkbookPaletteMode | Determines the default Infragistics.Documents.Excel.WorkbookPaletteMode to use when exporting. |
![]() | ExportFormattingOptions | Determines whether the exporter will try to translate the grid formatting (colors, alignment, etc.) into the exporter excel spreadsheet. |
![]() | ExportFormulas | Determines whether formulas in the grid will be exported to Excel. |
![]() | ExportValueLists | Determines whether dropdown lists in the grid will be exported to Excel. |
![]() | FileLimitBehaviour | Specifies behavior during the exporting process. Use this if you want exporter to behave differently when it reaches one of excel file limits. |
![]() | OutliningStyle | Determines how outlining is handled. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from Infragistics.Win.UltraComponentBase) |
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. (Inherited from System.ComponentModel.Component) |
![]() | Export | Overloaded. Exports the passed in grid to specified file. |
![]() | ExportAsync | Overloaded. Exports the passed in grid to specified file asynchronously. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | NotifyPropChange | Overloaded. (Inherited from Infragistics.Win.UltraComponentBase) |
![]() | OnAsynchronousExportError | Used to invoke the AsynchronousExportError event. |
![]() | OnBeginExport | Called before grid export starts. |
![]() | OnCellExported | Called after grid cell is exported to excel. |
![]() | OnCellExportError | Called when an error occurs while exporting a value to a cell. |
![]() | OnCellExporting | Called before grid cell is exported to excel. |
![]() | OnEndExport | Called after grid export is finished. |
![]() | OnExportEnded | Used to invoke the ExportEnded event. |
![]() | OnExportEnding | Used to invoke the ExportEnding event. |
![]() | OnExportStarted | Used to invoke the ExportStarted event. |
![]() | OnFormulaExported | Occurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell. |
![]() | OnFormulaExportError | Occurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell. |
![]() | OnFormulaExporting | Occurs before exporting a formula to a worksheet cell. |
![]() | OnHeaderCellExported | Called after header cell is exported to excel. |
![]() | OnHeaderCellExporting | Called before header cell is exported to excel. |
![]() | OnHeaderRowExported | Called after header row is exported to excel. |
![]() | OnHeaderRowExporting | Called before header row is exported to excel. |
![]() | OnInitializeColumn | Occurs when a grid column is initialized. |
![]() | OnInitializeRow | Called when a row is initialized. |
![]() | OnInitializeSummary | Occurs when a summary is initialized. |
![]() | OnPropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) |
![]() | OnRowExported | Called after grid row is exported to excel. |
![]() | OnRowExporting | Called before grid row is exported to excel. |
![]() | OnSummaryCellExported | Called after summary cell is exported to excel. |
![]() | OnSummaryCellExporting | Called before summary cell is exported to excel. |
![]() | OnSummaryRowExported | Called after summary row is exported to excel. |
![]() | OnSummaryRowExporting | Called before summary row is exported to excel. |
Name | Description | |
---|---|---|
![]() | AsynchronousExportError | Occurs if there is an exception caught during an asyncrhonous export operation. |
![]() | BeginExport | Occurs before grid export starts. |
![]() | CellExported | Occurs after grid cell is exported to excel. |
![]() | CellExportError | Occurs when exporting a value to a cell results in an error. |
![]() | CellExporting | Occurs before grid cell is exported to excel. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | EndExport | Occurs after grid export is finished. |
![]() | ExportEnded | Occurs after grid export is finished. |
![]() | ExportEnding | Occurs before the export process has ended, but before the Excel document is finalized. |
![]() | ExportStarted | Occurs before grid export starts. |
![]() | FormulaExported | Fires after exporting a formula (or an error message if the conversion from a grid formula to an Excel formula failed) to a worksheet cell. |
![]() | FormulaExportError | Fires after exporting a formula (or an error message if the conversion from a grid formula to an Excel formula failed) to a worksheet cell. |
![]() | FormulaExporting | Fires before exporting a formula to a worksheet cell. |
![]() | HeaderCellExported | Occurs after header cell is exported to excel. |
![]() | HeaderCellExporting | Occurs before header cell is exported to excel. |
![]() | HeaderRowExported | Occurs after header row is exported to excel. |
![]() | HeaderRowExporting | Occurs before header row is exported to excel. |
![]() | InitializeColumn | Occurs when a grid column is initialized. |
![]() | InitializeRow | Occurs when a row is initialized. |
![]() | InitializeSummary | Occurs when a summaryis initialized. |
![]() | PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) |
![]() | RowExported | Occurs after grid row is exported to excel. |
![]() | RowExporting | Occurs before grid row is exported to excel. |
![]() | SummaryCellExported | Occurs after summary cell is exported to excel. |
![]() | SummaryCellExporting | Occurs before summary cell is exported to excel. |
![]() | SummaryRowExported | Occurs after summary row is exported to excel. |
![]() | SummaryRowExporting | Occurs before summary row is exported to excel. |