Back to Devexpress

TreeListXlExportOptions Properties

blazor-devexpress-dot-blazor-dot-treelistxlexportoptions-dot-underscore-properties.md

latest4.6 KB
Original Source

TreeListXlExportOptions Properties

Contains options that define how a document is exported to XLS and XLSX files.

NameDescription
CountBlankCellsInSummarySpecifies whether the Count summary function takes blank cells into account when exporting data in Excel formats.
CustomizeCellAllows you to customize a cell in the exported file. Inherited from TreeListExportOptions.
CustomizeColumnAllows you to customize an individual column in the exported document.
CustomizeSheetAllows you to customize sheet settings in the exported document.
CustomizeSheetFooterAllows you to add rows below TreeList content in the output document.
CustomizeSheetHeaderAllows you to add rows above grid content in the output document.
DocumentCultureSpecifies the exported document’s culture that defines numeric, date-time, and currency data formatting settings. Inherited from TreeListExportOptions.
DocumentOptionsSpecifies detailed information applied to the resulting document.
EncryptionOptionsSpecifies encryption options applied to the output document.
ExportColumnHeadersSpecifies whether the TreeList exports column headers.
ExportDisplayTextIndicates whether the TreeList exports cell values in the same format they are presented in the component. Inherited from TreeListExportOptions.
ExportSelectedRowsOnlySpecifies whether the TreeList exports selected rows only. Inherited from TreeListExportOptions.
ExportTotalSummariesSpecifies whether the TreeList exports total summaries.
RowExpandModeSpecifies how the TreeList export nodes that contain child nodes.
RowExportingFires before a row is exported and allows you to cancel the action. Inherited from TreeListExportOptions.
SelectedRowsExportModeIn ExportSelectedRowsOnly mode, specifies whether to export parents of selected rows.
SheetNameSpecifies the name of the sheet in the exported document.
ShowHeaderBandsSpecifies whether the TreeList exports header bands.
SuppressEmptyStringsSpecifies whether the TreeList export empty strings as blank cells in Excel formats.
SuppressMaxColumnCountErrorSpecifies whether to suppress the exception thrown when exporting more than 256 columns to an XLS file or more than 16,384 columns to an XLSX file.
SuppressMaxRowCountErrorSpecifies whether to suppress the exception thrown when exporting more than 65,536 rows in an XLS file or more than 1,048,576 rows in an XLSX file.

See Also

TreeListXlExportOptions Class

TreeListXlExportOptions Members

DevExpress.Blazor Namespace