Version

Infragistics.Win.UltraWinGrid.ExcelExport Namespace

Classes
 ClassDescription
ClassAsynchronousExportErrorEventArgs The event args for the
ClassBeginExportEventArgs Event parameters used for the UltraGridExcelExporter.BeginExport event.
ClassCellExportedEventArgs Event parameters used for the UltraGridExcelExporter.CellExported event.
ClassCellExportErrorEventArgs Event parameters used for the UltraGridExcelExporter.CellExportError event.
ClassCellExportingEventArgs Event parameters used for the UltraGridExcelExporter.CellExporting event.
ClassEndExportEventArgs Event parameters used for the UltraGridExcelExporter.EndExport event.
ClassExcelExportCancelEventArgs ExcelExportCancelEventArgs is a base class for cancelable event argument classes.
ClassExcelExportEventArgs ExcelExportEventArgs is a base class for non-cancelable event argument classes.
ClassExcelExportInitializeRowEventArgs Event parameters used for the UltraGridExcelExporter.InitializeRow event.
ClassExportEndedEventArgs Event parameters used for the UltraGridExcelExporter.ExportEnded event.
ClassExportEndingEventArgs Event parameters used for the UltraGridExcelExporter.ExportEnding event.
ClassExportStartedEventArgs Event parameters used for the UltraGridExcelExporter.ExportStarted event.
ClassFormulaEventArgs Base class for event arguments for events dealing with the exporting of formulas to excel.
ClassFormulaExportedEventArgs Event args for the FormulaExported event.
ClassFormulaExportErrorEventArgs Event arguments for the FormulaExportingError event.
ClassFormulaExportingEventArgs Event arguments for the FormulaExporting event.
ClassHeaderCellExportedEventArgs Event parameters used for the UltraGridExcelExporter.HeaderCellExported event.
ClassHeaderCellExportingEventArgs Event parameters used for the UltraGridExcelExporter.HeaderCellExporting event.
ClassHeaderRowExportedEventArgs Event parameters used for the UltraGridExcelExporter.HeaderRowExported event.
ClassHeaderRowExportingEventArgs Event parameters used for the UltraGridExcelExporter.HeaderRowExporting event.
ClassInitializeColumnEventArgs Event parameters used for the UltraGridExcelExporter.InitializeColumn event.
ClassInitializeSummaryEventArgs Event parameters used for the UltraGridExcelExporter.InitializeSummary event.
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassRowExportedEventArgs Event parameters used for the UltraGridExcelExporter.RowExported event.
ClassRowExportingEventArgs Event parameters used for the UltraGridExcelExporter.RowExporting event.
ClassSummaryCellExportedEventArgs Event parameters used for the UltraGridExcelExporter.SummaryCellExported event.
ClassSummaryCellExportingEventArgs Event parameters used for the UltraGridExcelExporter.SummaryCellExporting event.
ClassSummaryRowExportedEventArgs Event parameters used for the UltraGridExcelExporter.SummaryRowExported event.
ClassSummaryRowExportingEventArgs Event parameters used for the UltraGridExcelExporter.SummaryRowExporting event.
ClassUltraGridExcelExporter UltraGridExcelExporter component provides excel exporting functionality to UltraGrid.
Delegates
 DelegateDescription
DelegateAsynchronousExportErrorEventHandler Delegate for handling the UltraGridExcelExporter.AsynchronousExportError event.
DelegateBeginExportEventHandler Delegate for handling the UltraGridExcelExporter.BeginExport event.
DelegateCellExportedEventHandler Delegate for handling the UltraGridExcelExporter.CellExported event.
DelegateCellExportingEventHandler Delegate for handling the UltraGridExcelExporter.CellExporting event.
DelegateEndExportEventHandler Delegate for handling the UltraGridExcelExporter.EndExport event.
DelegateExportEndedEventHandler Delegate for handling the UltraGridExcelExporter.ExportEnded event.
DelegateExportEndingEventHandler Delegate for handling the UltraGridExcelExporter.ExportEnding event.
DelegateExportStartedEventHandler Delegate for handling the UltraGridExcelExporter.ExportStarted event.
DelegateHeaderCellExportedEventHandler Delegate for handling the UltraGridExcelExporter.HeaderCellExported event.
DelegateHeaderCellExportingEventHandler Delegate for handling the UltraGridExcelExporter.HeaderCellExporting event.
DelegateHeaderRowExportedEventHandler Delegate for handling the UltraGridExcelExporter.HeaderRowExported event.
DelegateHeaderRowExportingEventHandler Delegate for handling the UltraGridExcelExporter.HeaderRowExporting event.
DelegateInitializeColumnEventHandler Delegate for handling the UltraGridExcelExporter.InitializeColumn event.
DelegateInitializeRowEventHandler Delegate for handling the UltraGridExcelExporter.InitializeRow event.
DelegateRowExportedEventHandler Delegate for handling the UltraGridExcelExporter.RowExported event.
DelegateRowExportingEventHandler Delegate for handling the UltraGridExcelExporter.RowExporting event.
DelegateSummaryCellExportedEventHandler Delegate for handling the UltraGridExcelExporter.SummaryCellExported event.
DelegateSummaryCellExportingEventHandler Delegate for handling the UltraGridExcelExporter.SummaryCellExporting event.
DelegateSummaryRowExportedEventHandler Delegate for handling the UltraGridExcelExporter.SummaryRowExported event.
DelegateSummaryRowExportingEventHandler Delegate for handling the UltraGridExcelExporter.SummaryRowExporting event.
Enumerations
 EnumerationDescription
EnumerationBandSpacing An enumeration specifying the amount of empty rows used as padding around a set of child rows.
EnumerationExportFormattingOptions Specifies parts of the grid for which formatting should be included in the export operation.
EnumerationFileLimitBehaviour An enumeration specifying different behaviors if excel file limit (maximum column number, maximum row number etc.) is reached during the export.
EnumerationFormulaExportAction An enum listing possible actions to take when exporting a formula to Excel.
EnumerationFormulaExportErrorAction An enum listing possible actions to take when exporting a formula to Excel.
EnumerationFormulaExportErrorType An enum listing possible errors when converting a function from the grid into Excel.
EnumerationHeaderTypes An enumerator for different header types used in header export related events.
EnumerationOutliningStyle An enumeration specifying different styles of outling to apply to the exported Excel document.
See Also