Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Contains data needed to handle the ElementExported event.
Gets the current element.
The element.
Contains data needed to handle the ElementExporting event.
Gets or sets boolean value indicating whether the event should be canceled or not.
Gets the current element.
The element.
Gets or sets the value to be exported.
The value to be exported.
Gets the column of the cell.
The column.
Gets or sets the style set for the cell.
The style.
Provides various options for exporting to XLSX and CSV.
Initializes a new instance of the class.
Initializes a new instance of the class.
The options.
Specifies whether GridViewDataControl will be exported with its default styles.
Gets the columns that should not be exported.
Items to be exported.
Include column headers on export.
Include column footers on export.
Include group footers on export.
Include column groups on export.
Include group header aggregates on export.
Include group rows on export.
Include collapsed groups on export.
Gets or sets a value indicating how hidden columns are exported.
Gets or sets the width of the columns that are exported.
Export culture.
A wrapper class used to transform the WPF types to types compatible with the SpreadStreamProcessing needs.
Initializes a new instance of the class.
Initializes a new instance of the class.
Current excel cell.
BackColor of cell.
ForeColor of cell.
FontFamily of cell.
Font size of cell.
Is text bold.
Is text italic.
Is text underlined.
Horizontal text alignment.
Vertical text alignment.
Is text wrapped.
Gets or sets the cell format.
The cell format.
Gets or sets the fill of the excel cell.
The fill.
Gets or sets the ForeColor of the excel cell.
The ForeColor.
Gets or sets the font family of the excel cell.
The font family.
Gets or sets the font size of the text.
The FontSize.
Gets or sets the horizontal alignment.
The HorizontalAlignment.
Gets or sets the vertical alignment.
The VerticalAlignment.
Gets or sets the IsBold property of the cells.
The IsBold.
Gets or sets the isItalic property of the cells.
The IsItalic.
Gets or sets the IsWrapped property of the cells.
The IsWrapped.
Gets or sets the UnderlineType of the text in the cells.
The Underline.
Represents the different options for exporting hidden columns.
Always export the columns.
The columns will not be exported.
Export the columns as hidden.
Enumerator that indicates the type of the current exporting element.
Header cell.
Footer cell.
Group header cell.
Group footer cell.
Data cell.
A row containing merged column headers.
Represents a class which exposes all methods needed to export using RadSpreadStreamProcessing.
Occurs when the workbook is created.
This is suitable place to add and/or modify cell styles.
Occurs when a worksheet is about to be exported.
This is suitable place to add footer rows.
Occurs when a new worksheet is created.
This is suitable place to set width of columns, add indent/header rows.
Gets or sets the index of the row.
The index of the row.
Gets or sets the index of the column.
The index of the column.
Exports workbook.
Gets file extension.
Export format.
Creates the column.
Gets the column.
Skips the columns.
The count.
Creates new workbook.
The stream.
The export format.
Gets current worksheet.
Worksheet as object.
Create and add excel worksheet to the workbook.
Excel workbook.
Calls the WorksheetCreated event.
Finishes the cell.
Sets current worksheet row as hidden.
Sets height of current row in worksheet.
Height of row.
If true, sets the row height in pixels, otherwise - in points.
Sets current worksheet column as hidden.
Sets the width of current worksheet column.
The width.
If true, setts the width in pixels, otherwise - in characters.
Creates the row.
Gets current Row.
Row as object.
Gets current Cell.
Cell as object.
Creates CellSelection.
Creates CellSelection.
From row index.
From column index.
To row index.
To column index.
Sets the value of current CellSelection.
Text.
Sets the value of current CellSelection.
CellSelection data type.
Value.
Sets the cell format.
The cell format.
Clears the value of current Cell.
Skips the cells.
The count.
Gets current SpreadCellFormat.
Applies the cell format.
Note that format needs to be of SpreadCellFormat type in order to be applied to current cell.
The format.
Applies the cell style.
The cell style.
The format string.
Gets the cell style info.
Raises the event.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Finishes the column.
Finishes the row.
Finishes the worksheet.
Sets the value as date time.
The value.
True is the cell value is set, otherwise - false.
Sets the value as number.
The value.
True is the cell value is set, otherwise - false.
Sets the value as boolean.
The value.
True is the cell value is set, otherwise - false.
Sets the value as string.
The value.
True is the cell value is set, otherwise - false.
Finishes the workbook.
Represents the different supported types of values.
String.
Number.
DateTime.
Boolean.
Null.
Other.
Used when exporting null value.
Represents a grid export that utilizes the RadSpreadStreamProcessing library.
Represents a grid export that utilizes the RadSpreadStreamProcessing library.
Represents a grid export that utilizes the RadSpreadStreamProcessing library.
Gets or sets the RadGridView to export.
The RadGridView to export.
Initializes a new instance of the class.
The grid to export.
Initializes a new instance of the class.
The grid to export.
The spread export format.
Occurs before element export to XLSX or CSV.
Occurs after element export to XLSX or CSV.
Occurs when the progress of an async export operation changes.
Occurs when the export process completes.
Occurs when an async export operation is completed.
Gets or sets the name of the sheet.
The name of the sheet.
Gets or sets a value indicating whether a RadBusyIndicator will be shown while async export operation is running.
Gets or sets the format of the exported file - XLSX or CSV.
The file extension.
Starts an export operation.
The file name where data will be exported.
Instance of SpreadStreamExportRenderer class.
Starts an export operation, in the specified sheet. If such sheet does not exist, it gets created.
The file name where data will be exported.
Instance of SpreadStreamExportRenderer class.
The GridViewSpreadStreamExport options.
Starts an export operation.
The stream where data will be exported.
Instance of SpreadStreamExportRenderer class.
Starts an export operation, in the specified sheet. If such sheet does not exist, it gets created.
The stream where data will be exported.
Instance of SpreadStreamExportRenderer class.
The GridViewSpreadStreamExport options.
Starts an export operation that runs in a background thread.
The file name where data will be exported.
Instance of SpreadStreamExportRenderer class.
Starts an async export operation, in the specified sheet. If such sheet does not exist, it gets created.
The file name where data will be exported.
Instance of SpreadStreamExportRenderer class.
The GridViewSpreadStreamExport options.
Starts an export operation that runs in a background thread.
The stream where data will be exported.
Instance of SpreadStreamExportRenderer class.
Starts an async export operation, in the specified sheet. If such sheet does not exist, it gets created.
The stream where data will be exported.
Instance of SpreadStreamExportRenderer class.
The GridViewSpreadStreamExport options.
Cancels an asynchronous export operation.
Raises the event.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Enumeration listing the export formats supported by RadSpreadStreamProcessing.
XLSX format.
CSV format.
Represents the method that will handle the SpreadWorkbookCreated event.
The sender.
The instance containing the event data.
Provides event arguments for the SpreadWorkbookCreated event.
Initializes a new instance of the class.
The workbook.
Gets the IWorkbookExporter
element.
Represents the method that will handle the SpreadWorksheetCreated and SpreadWorksheetExporting events.
The sender.
The instance containing the event data.
Provides event arguments for the SpreadWorksheetCreated and SpreadWorksheetExporting events.
Initializes a new instance of the class.
The worksheet.
Gets the IWorksheetExporter
element.