AllowBandHeaderCellMerge
|
Gets or sets whether cell merging is enabled for band headers in the exported document.Only available in data-aware export mode.
|
AllowCellMerge
|
Gets or sets whether cell merging is enabled in the exported document.Only available in data-aware export mode.
|
AllowCombinedBandAndColumnHeaderCellMerge
|
Gets or sets whether the headers of the same name are exported as merged cells. Only available in data-aware export mode.
|
AllowConditionalFormatting
|
Gets or sets whether conditional formatting rules applied to columns are preserved in the exported document.Only available in data-aware export mode.
|
AllowConditionalFormattingGlyphs
|
|
AllowFixedColumnHeaderPanel
|
Gets or sets whether the column header panel is anchored to the top of the export document and not scrolled vertically. Only available in data-aware export mode.
|
AllowFixedColumns
|
Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document.Only available in data-aware export mode.
|
AllowGrouping
|
Gets or sets whether data groups are exported from the source control to the output document. Only available in data-aware export mode.
|
AllowHyperLinks
|
Gets or sets whether hyperlinks are exported.Only available in data-aware export mode.
|
AllowLookupValues
|
Gets or sets whether combo-box and lookup columns’ lookup values are exported.Only available in data-aware export mode.
|
AllowSortingAndFiltering
|
Gets or sets whether columns’ sorting and filtering functionality is enabled in the exported document.Only available in data-aware export mode.
|
AllowSparklines
|
Gets or sets whether sparklines are exported.Only available in data-aware export mode.
|
ApplyFormattingToEntireColumn
|
Gets or sets whether cell formatting (cell appearance and borders) is applied to entire sheet columns or individual sheet cells. Formatting algorithms applied to sheet columns are faster than those applied to individual cells. Only available in data-aware export mode.
|
AutoCalcConditionalFormattingIconSetMinValue
|
Gets or sets whether to set the minimum value for the Icon Set conditional formatting rule explicitly.Only available in data-aware export mode.
|
BandedLayoutMode
|
Gets or sets how bands and columns are arranged in the output worksheet (when exporting from Banded Views).Only available in data-aware export mode.
|
CalcTotalSummaryOnCompositeRange
|
Gets or sets whether a formula exported as total summary excludes cells with group summary values even if group summaries are calculated at runtime as custom summaries.Only available in data-aware export mode.
|
DocumentCulture
|
Gets or sets the export document’s culture which defines numeric and date-time data formatting settings. Only available in data-aware export mode.
|
DocumentOptions
|
Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties.
|
EncryptionOptions
|
Provides access to the XLS and XLSX file encryption options.
|
ExportHyperlinks
|
This property is not supported by the XlsExportOptionsEx class. Use the XlsExportOptionsEx.AllowHyperLinks property instead.Only available in data-aware export mode.
|
ExportInplaceEditorGlyphs
|
|
ExportMode
|
Specifies whether the document should be exported to a single or different XLS files, each page in a separate file.
|
ExportType
|
Gets or sets the export type - WYSIWYG or Data Aware.
|
FitToPrintedPageHeight
|
Gets or sets whether the output document should be fit to the page height when printed.
|
FitToPrintedPageWidth
|
Gets or sets whether the output document should be fit to the page width when printed.
|
GroupState
|
Gets or sets data groups’ expanded state in the exported document. Only available in data-aware export mode.
|
IgnoreErrors
|
Specifies the document errors to be ignored in a resulting Excel file.
|
LayoutMode
|
Gets or sets whether data is exported in regular mode or as a native Excel table.Only available in data-aware export mode.
|
PageRange
|
|
RawDataMode
|
Enables the mode that produces simple tabular data without graphic elements, style and appearance settings.
|
RightToLeftDocument
|
Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts.
|
SheetName
|
Gets or sets a name of the sheet in the created XLS file to which a document is exported.
|
ShowBandHeaders
|
Gets or sets whether band headers are visible in the exported document. This option is in effect when exporting from Banded Grid Views if the XlsExportOptionsEx.BandedLayoutMode option is set to Default. Only available in data-aware export mode.
|
ShowColumnHeaders
|
Gets or sets whether column headers are visible in the exported document.Only available in data-aware export mode.
|
ShowGridLines
|
Gets or sets whether worksheet gridlines are visible in the resulting XLS file.
|
ShowGroupSummaries
|
Gets or sets whether group summaries are enabled in the exported document.Only available in data-aware export mode.
|
ShowPageTitle
|
Gets or sets whether a title is displayed for each print preview page of the exported document. Only available in data-aware export mode.
|
ShowTotalSummaries
|
Gets or sets whether total summaries are enabled in the exported document.Only available in data-aware export mode.
|
SummaryCountBlankCells
|
Gets or sets whether the Count summary function takes all cells into account or only non-blank cells when exporting to Excel format.Only available in data-aware export mode.
|
Suppress256ColumnsWarning
|
Gets or sets a value indicating whether to suppress the exception that raises when trying to export a document to an XLS file with more than 256 columns.
|
Suppress65536RowsWarning
|
Gets or sets a value indicating whether to suppress the exception that raises when trying to export a document to an XLS file with more than 65,536 rows.
|
SuppressEmptyStrings
|
Gets or sets whether the source control cells with Empty Strings are exported as Blank cells in Excel format.Only available in data-aware export mode.
|
SuppressHyperlinkMaxCountWarning
|
|
TextExportMode
|
Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document.
|
UnboundExpressionExportMode
|
Gets or sets whether column values or column expressions are exported for unbound (calculated) columns.Only available in data-aware export mode.
|