Back to Devexpress

XlExportOptionsBase Members

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-dot-underscore-members.md

latest7.7 KB
Original Source

XlExportOptionsBase Members

Represents the base class for objects which define export options specific to XLS and XLSX formats.

Constructors

NameDescription
XlExportOptionsBase()Initializes a new instance of the XlExportOptionsBase class with the default settings.
XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean, DefaultBoolean)Initializes a new instance of the XlExportOptionsBase class with the specified settings.
XlExportOptionsBase(TextExportMode, Boolean, Boolean, Boolean)Initializes a new instance of the XlExportOptionsBase class with the specified settings.
XlExportOptionsBase(TextExportMode, Boolean, Boolean)Initializes a new instance of the XlExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings.
XlExportOptionsBase(TextExportMode, Boolean)Initializes a new instance of the XlExportOptionsBase class with the specified text export mode and grid lines settings.
XlExportOptionsBase(TextExportMode)Initializes a new instance of the XlExportOptionsBase class with the specified text export mode.

Properties

NameDescription
DocumentOptionsProvides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties.
EncryptionOptionsProvides access to the XLS and XLSX file encryption options.
ExportHyperlinksSpecifies whether or not hyperlinks should be exported to Excel.
FitToPrintedPageHeightGets or sets whether the output document should be fit to the page height when printed.
FitToPrintedPageWidthGets or sets whether the output document should be fit to the page width when printed.
IgnoreErrorsSpecifies the document errors to be ignored in a resulting Excel file.
PageRangeGets or sets the page range to be exported. Inherited from PageByPageExportOptionsBase.
RasterizationResolutionSpecifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RasterizeImagesSpecifies whether or not vector images should be rasterized on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RawDataModeEnables the mode that produces simple tabular data without graphic elements, style and appearance settings.
RightToLeftDocumentGets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts.
SheetNameGets or sets a name of the sheet in the created XLS file to which a document is exported.
ShowGridLinesGets or sets whether worksheet gridlines are visible in the resulting XLS file.
TextExportModeGets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document.

Methods

NameDescription
Assign(ExportOptionsBase)Copies all the settings from the XlsExportOptions object passed as a parameter.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

XlExportOptionsBase Class

DevExpress.XtraPrinting Namespace