Class ExportWhatSettings
Configures export scope and behavior, including which sheets to export, whether to honor print areas, and hidden sheet handling.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ExportWhatSettings
Constructors
ExportWhatSettings(ExportWhat, Boolean)
Initializes a new instance of the ExportWhatSettings class with the specified scope and print area behavior.
Declaration
public ExportWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters
|
ExportWhat
exportWhat
The ExportWhat option. |
|
System.Boolean
ignorePrintArea
Value indicating whether to ignore print area. |
Properties
ExportWhat
Gets the export scope specifying whether to export the active sheet, entire workbook, or selection.
Declaration
public ExportWhat ExportWhat { get; }
Property Value
|
ExportWhat
The ExportWhat option value. |
IgnorePrintArea
Gets whether to export the entire sheet content instead of limiting to the defined print area.
Declaration
public bool IgnorePrintArea { get; }
Property Value
|
System.Boolean
Value indicating whether the print area should be ignored. |
IncludeHiddenSheets
Gets or sets whether hidden worksheets should be included in the exported document.
Declaration
public bool IncludeHiddenSheets { get; set; }
Property Value
|
System.Boolean
|
Methods
Equals(Object)
Determines whether the specified object has the same export scope and print area settings as this instance.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
|
System.Boolean
Returns true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Computes a hash code based on the export scope and print area settings.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
A hash code for the current System.Object. |