Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2 Returns the localized category name Name of the category to retreive The localized string value Return the list of products that this control can be licensed with An enumerator for different header types used in header export related events. Currently exporting band header. Currently exporting group header. Currently exporting column header. An enumeration specifying different behaviors if excel file limit (maximum column number, maximum row number etc.) is reached during the export. Throw exception if excel file limit is reached. Truncate extra data if excel file limit is reached. An enum listing possible actions to take when exporting a formula to Excel. Write the into the cell. Cancel the exporting of the formula to the cell. The cell value will remain unchanged. Cancels the exporting of all instances of this formula. The cell value will remain unchanged. No further events will be fired for this formula. An enum listing possible errors when converting a function from the grid into Excel. The formula references a function that Excel does not recognize. This function cannot be converted into an Excel function. The Excel engine reported that the formula was invalid. An enum listing possible actions to take when exporting a formula to Excel. Attempts to convert the formula from the grid into an equivalent Excel formula and exports the formula to the WorksheetCell. Cancels the exporting of the formula to the individual WorksheetCell. Cancels the exporting of the formula for all cells in the column or all occurrances of the summary. An enumeration specifying the amount of empty rows used as padding around a set of child rows. Specifies that no empty rows will be placed around a child rows collection. A single empty row will be placed on either side of a child rows collection. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. Delegate for handling the event. ExcelExportEventArgs is a base class for non-cancelable event argument classes. Exporting workbook. Current exporting worksheet. Zero-based index of current exporting row in excel worksheet. Zero-based index of current exporting column in excel worksheet. Current outline level used for grouping. ExcelExportCancelEventArgs is a base class for cancelable event argument classes. Exporting workbook. Current exporting worksheet. Zero-based index of current exporting row in excel worksheet. Zero-based index of current exporting column in excel worksheet.. Current outline level used for grouping. Event parameters used for the event. Grid layout. Top band rows collection. Event parameters used for the event. Grid row. Specifies whether to skip the current row. Specifies whether to skip the descendats of the current row. Specifies whether to skip sibling rows of the current row. Specifies whether to terminate the export process. Current row will not be processed. Event parameters used for the event. Reference to row being exported. Event parameters used for the event. Reference to row being exported. Event parameters used for the event. Summary values. Summary level. Event parameters used for the event. Summary values. Summary level. Event parameters used for the event. UltraGridBand associated with headers. UltraGridRow associated with headers. Type of header. Event parameters used for the event. UltraGrid band associated with headers. UltraGrid row associated with headers. Type of header. Event parameters used for the event. Grid row containing the cell. Associated grid column. Grid cell value. Event parameters used for the event. Grid row containing the cell. Associated grid column. Grid cell value. Event parameters used for the event. Grid header. Associated grid row. Type of header. Event parameters used for the event. Grid header. Associated grid row. Type of header. Event parameters used for the event. Summary value. Summary level. Event parameters used for the event. Summary value. Summary level. Event parameters used for the event. True if exporting process was been canceled. Event parameters used for the event. Format string used in .NET Framework. Excel specific format string. Ultra grid column. Base class for event arguments for events dealing with the exporting of formulas to excel. Creates a new FormulaEventArgs instance. The object in the UltraGrid whose formula is being exported. The formula of the object in the grid being exported. The worksheet cell to which the formula is being exported. The object in the UltraGrid whose formula is being exported. This will either be an or an object. The formula of the object in the grid being exported. This property returns the formula string applied to the column or summary in the grid being exported. The worksheet cell to which the formula is being exported. Event arguments for the FormulaExporting event. Creates a new FormulaEventArgs instance. The object in the UltraGrid whose formula is being exported. The formula of the object in the grid being exported. The worksheet cell to which the formula is being exported. Determines what action to take when exporting the formula. Determines what action to take when exporting a formula. Event args for the FormulaExported event. Creates a new FormulaEventArgs instance. The object in the UltraGrid whose formula is being exported. The formula of the object in the grid being exported. The worksheet cell to which the formula is being exported. Event arguments for the FormulaExportingError event. Creates a new FormulaEventArgs instance. The object in the UltraGrid whose formula is being exported. The formula of the object in the grid being exported. The worksheet cell to which the formula is being exported. Determines what action to take when exporting the formula to the cell. An enumeration value that describes the error. A string with details about the error. The converted formula to apply to the worksheet cell. May be null. Determines what action to take when exporting a formula. An enum returning the type of error that occurred when converting the formula from the grid to Excel. For details on the error, see the ErrorText property. Gets or sets the error message if there was an error when converting a grid formula to an equivalent Excel formula. This property will return a string with a description of any errors that may have occurred when attempting to convert a grid formula to an equivalent Excel formula. To determine the type of the error, see the property. This property is settable so that when the Action is set to WriteErrorMessageToWorksheetCell, you can specify custom error text. Gets or sets the converted formula to apply to the worksheet cell. May be null. This property returns the formula converted to an equivalent invalid formula in Excel. This property may return null if the formula could not be converted. This property may be set so that you can correct the invalid formula. It will not be applied to the cell, however, unless is set ot true. When set to true, the UltraGridExcelExporter will attempt to write the to the worksheet cell, even though it may be invalid. If this property is set to true and then formula fails to apply to the cell, the property will be used to determine how to proceed. Event parameters used for the event. Format string used in .NET Framework. Excel specific format string. Ultra grid summary settings. Returns the text of the argument. Automatically surrounds the text with parens if the needed (as determined by the order of precedence of the next operator). Returns the text of the argument. Automatically surrounds the text with parens if the needed (as determined by the order of precedence of the next operator). An integer indicating whether the argument is the first or second arg in an operation. Exposes a instance for this assembly. Returns the resource string using the specified name and default culture. Name of the string resource to return. Arguments supplied to the string.Format method when formatting the string. Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified. Name of the string resource to return. Returns the resource object using the specified name. Name of the resource item An object containing the specified resource Returns the for this assembly. UltraGridExporterHelper implements and serves as communication between grid and . Class is internal so user can't create helper and call method on the grid directly. UltraGridExcelExporter component provides excel exporting functionality to UltraGrid. Relevant appearance properties used in excel exporting. All other properties are ignored in exporting process. UltraGridExcelExporter constructor. UltraGridExcelExporter constructor. Exports the passed in grid to specified file. Grid to export. Name and path of resulting excel file. Created . Exports the passed in grid to specified file. Grid to export. Name and path of resulting excel file. Specifies the format for the new workbook (Excel2007 or Excel97To2003) . Created . Creates a new workbook with empty and exports the passed in grid to it. Grid to export. Created . Creates a new workbook with empty and exports the passed in grid to it. Grid to export. Specifies the format for the new workbook (Excel2007 or Excel97To2003) . Created . Exports the passed in ultragrid to the specified workbook in the active worksheet. If there are no worksheets in workbook, new worksheet is created. Grid to export. Destination . Destination . Exports the passed in ultragrid to the specified worksheet. Grid to export. Destination . Parent workbook of passed in worksheet. Exports the passed in ultragrid to the specified workbook in the active worksheet starting at the specified row and column. If there are no worksheets in workbook, new worksheet is created. It returns the passed in workbook. Grid to export. Destination . Start row for exported data (zero based). Start column for exported data (zero based). Destination . Exports the passed in ultragrid to the specified worksheet starting at the specified row and column. Grid to export. Destination . Start row for exported data (zero based). Start column for exported data (zero based). Parent workbook of passed in worksheet. BeginExportInternal is indirectly called by grid (via UltraGridExporterHelper). ProcessGridRowInternal is indirectly called by grid (via UltraGridExporterHelper). EndExportInternal is indirectly called by grid (via UltraGridExporterHelper). Called before grid export starts. An that contains the event data. Called when a row is initialized. An that contains the event data. Called before grid row is exported to excel. An that contains the event data. Called after grid row is exported to excel. An that contains the event data. Called before summary row is exported to excel. An that contains the event data. Called after summary row is exported to excel. An that contains the event data. Called before header row is exported to excel. An that contains the event data. Called after header row is exported to excel. An that contains the event data. Called before grid cell is exported to excel. An that contains the event data. Called after grid cell is exported to excel. An that contains the event data. Called before header cell is exported to excel. An that contains the event data. Called after header cell is exported to excel. An that contains the event data. Called before summary cell is exported to excel. An that contains the event data. Called after summary cell is exported to excel. An that contains the event data. Called after grid export is finished. An that contains the event data. Occurs when a grid column is initialized. An that contains the event data. Occurs before exporting a formula to a worksheet cell. An that contains the event data. Occurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell. An that contains the event data. Occurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell. An that contains the event data. Occurs when a summary is initialized. An that contains the event data. Specifies behavior during the exporting process. Use this if you want exporter to behave differently when it reaches one of excel file limits. Determines the default to use when exporting.

This property determines whether a custom palette will be created or whether to use the standard Excel palette of colors when exporting.

A custom palette will make the exported Excel Workbook appear exactly like the exported grid. However, using a custom palette can cause problems when copying and pasting from one Excel Workbook to another. Since the two workbooks are unlikely to share exactly the same palette, colors may change.

Using the standard Excel palette means that the colors in the Excel Workbook will not exactly match those in the grid. For each color used by the grid, the closest matching color in the standard palette will be used in Excel. Copy and Paste using a Workbook creating using the Standard palette will not result in any color changes - unless the pasting is done onto a Workbook with a custom palette.

Note that the palette mode is determined by the WorkBook. So this property will only be used when the ExcelExport creates a new workbook. If a workbook is passed in to the Export method, then the palette mode of the Workbook is used. To change the palette mode of a Workbook created in code, pass a into the Workbook constructor.

Determines whether formulas in the grid will be exported to Excel.

When true (the default), the UltraGridExcelExport will attempt to convert grid formulas into equivalent formulas in the exported worksheet.

When false, the value of the cell in the grid at the time of the export will be exported directly to the value of the cells in the worksheet.

The exporting of formulas is done after all of the data in the grid has been exported. So when this property is set to true, the normal export process of exporting the values of the grid cells to the worksheet cells will still occur as normal, and the exporting of formulas will occur after all of the raw data exporting has completed.

Due to limitations of Excel and differences between Excel and UltraCalcManager behavior, some formulas may require the creation of a hidden worksheet which will point back to the main worksheet for it's data.

If the exporter fails to convert a formula for any reason, the event will fire. By default, if the event is not handled, the error message will be written to the worksheet cell.

Gets or sets the amount of empty rows used as padding around a set of child rows. Occurs before grid export starts.

The Layout argument returns a reference to a cloned UltraGridLayout used for excel exporting. Any changes you make to this layout will be reflected in exported file and not in the original grid layout.

The Rows argument returns a reference to a original rows collection in top band.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before all other events. You can use it to do any preprocessing before exporting process starts. For example, you can set properties on cloned layout or write some custom header to Excel workbook.

Occurs when a row is initialized.

The Row argument returns a reference to a grid row which is being exported.

The SkipRow argument specifies whether to skip the current row. This argument doesn't affect exporting of descendant rows.

The SkipDescendants argument specifies whether to skip the descendats of the current row.

The SkipSiblings argument specifies whether to skip sibling rows of the current row.

The TerminateExport argument specifies whether to terminate the export process. Current row will not be processed.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired for every grid row which is being exported, and before and are fired. Use this event to set grid row specific properties and to control exporting process.

Occurs before grid row is exported to excel.

The GridRow argument returns a reference to row being exported.

Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before excel row with grid data is processed. Use Cancel argument to cancel row exporting. If grid rows spans multiple Excel rows (like in row layout mode), this event is fired only for first row.

Occurs after grid row is exported to excel.

The GridRow argument returns a reference to row being exported.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after excel row with grid data is processed. Use it to apply any additional formatting to excel row. If grid rows spans multiple Excel rows (like in row layout mode), this event is fired only for last row.

Occurs before summary row is exported to excel.

The Summaries argument returns a reference to summary values.

The SummaryLevel argument returns a current summary level.

Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before excel row with summary values for specific level is processed. Use Cancel argument to cancel row exporting. If summaries span multiple Excel rows (like in row layout mode), this event is fired only for first row of summaries.

Occurs after summary row is exported to excel.

The Summaries argument returns a reference to summary values.

The SummaryLevel argument returns a current summary level.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after excel row with summary values for specific level is processed. Use it to apply any additional formatting to excel row. If summaries span multiple Excel rows (like in row layout mode), this event is fired only for last row of summaries.

Occurs before header row is exported to excel.

The Band argument returns a reference to UltraGridBand associated with headers.

The GridRow argument returns a reference to UltraGridRow associated with headers.

The HeaderType argument returns type of header.

Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before excel row with header values is processed. Use Cancel argument to cancel row exporting. If headers span multiple Excel rows (like in row layout mode), this event is fired only for first header row.

Occurs after header row is exported to excel.

The Band argument returns a reference to UltraGridBand associated with headers.

The GridRow argument returns a reference to UltraGridRow associated with headers.

The HeaderType argument returns type of header.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after excel row with header values is processed. Use it to apply any additional formatting to excel row. If headers span multiple Excel rows (like in row layout mode), this event is fired only for last header row.

Occurs before grid cell is exported to excel.

The GridRow argument returns a reference to a grid row containing the cell.

The GridColumn argument returns a reference to associated grid column.

The Value argument returns a grid cell value.

Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before excel cell with grid data is processed. Use Cancel argument to cancel cell exporting.

Occurs after grid cell is exported to excel.

The GridRow argument returns a reference to a grid row containing the cell.

The GridColumn argument returns a reference to associated grid column.

The Value argument returns a grid cell value.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after excel cell with grid data is processed. Use it to apply any additional formatting to excel cell.

Occurs before header cell is exported to excel.

The GridHeader argument returns a reference to grid header.

The GridRow argument returns a reference to associated grid row.

The HeaderType argument returns header type.

Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before excel cell with header value is processed. Use Cancel argument to cancel cell exporting.

Occurs after header cell is exported to excel.

The GridHeader argument returns a reference to grid header.

The GridRow argument returns a reference to associated grid row.

The HeaderType argument returns header type.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after excel cell with header value is processed. Use it to apply any additional formatting to excel cell.

Occurs before summary cell is exported to excel.

The Summary argument returns a reference to a summary value.

The SummaryLevel argument returns current summary level.

Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired before excel cell with summary value is processed. Use Cancel argument to cancel cell exporting.

Occurs after summary cell is exported to excel.

The Summary argument returns a reference to a summary value.

The SummaryLevel argument returns current summary level.

Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after excel cell with summary value is processed. Use it to apply any additional formatting to excel cell.

Occurs after grid export is finished.

The Canceled argument is true if exporting process was been canceled.

This event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from .

This event is fired after exporting process is finished and is fired after all other events. Use this event for any post processing of excel workbook.

Occurs when a grid column is initialized.

The FrameworkFormatStr argument has value only if column has format string assigned. Value represents format string in .NET Framework format.

If needed, the ExcelFormatStr argument should be set to excel specific format string. If not set, cells in column will have no specific format.

This event is fired when a grid column is initialized. You should use this event to convert format strings from .NET Framework format to Excel format. See .NET Framework documentation and Excel help file for more information about differences in format strings.

Fires before exporting a formula to a worksheet cell. The property will return the object in the grid whose formula is being exported. This will be either an or a . The property will return the formula applied to the object in the grid. This event will fire after the has attempted to convert a grid formula into an equivalent Excel formula and is export to apply the formula (or an error message if the conversion failed) to the worksheet cell. 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. The property will return the object in the grid whose formula is being exported. This will be either an or a . The property will return the formula applied to the object in the grid. 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. The property will return the object in the grid whose formula is being exported. This will be either an or a . The property will return the formula applied to the object in the grid. The property will indicate the type of error that occurred and the provides details of the error. Occurs when a summaryis initialized.

The FrameworkFormatStr argument has value only if summary has a DisplayFormat string assigned. This represents the format string in the .NET Framework format.

If needed, the ExcelFormatStr argument should be set to an Excel-specific format string. If not set, exported summaries will have no specific format.

This event is fired when a SummarySettings is initialized. You should use this event to convert format strings from .NET Framework format to Excel format. See .NET Framework documentation and Excel help file for more information about differences in format strings.

Displays the About dialog for the control. Return the license we cached inside the constructor