ExportWhatSettings
Configures export scope and behavior, including which sheets to export, whether to honor print areas, and hidden sheet handling.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ExportWhatSettings
Inheritance: objectExportWhatSettings
Derived Classes:
Constructors
Initializes a new instance of the ExportWhatSettings class with the specified scope and print area behavior.
public ExportWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
The ExportWhat option.
ignorePrintAreaboolValue indicating whether to ignore print area.
Methods
Determines whether the specified object has the same export scope and print area settings as this instance.
Properties
Gets the export scope specifying whether to export the active sheet, entire workbook, or selection.
public ExportWhat ExportWhat { get; }
The ExportWhat option value.
Gets whether to export the entire sheet content instead of limiting to the defined print area.
public bool IgnorePrintArea { get; }
Value indicating whether the print area should be ignored.
Gets or sets whether hidden worksheets should be included in the exported document.
public bool IncludeHiddenSheets { get; set; }
true if the hidden sheets should be included; otherwise, false.