Class ExportWhatSettings
Provides properties describing what should be exported from the document.
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 Export
Declaration
public ExportWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters
Export The ExportWhat option. |
System. Value indicating whether to ignore print area. |
Properties
ExportWhat
Gets what should be exported.
Declaration
public ExportWhat ExportWhat { get; }
Property Value
Export The ExportWhat option value. |
IgnorePrintArea
Gets whether to ignore print area.
Declaration
public bool IgnorePrintArea { get; }
Property Value
System. Value indicating whether the print area should be ignored. |
IncludeHiddenSheets
Gets or sets a value indicating whether the hidden sheets should be included in the exported document.
Declaration
public bool IncludeHiddenSheets { get; set; }
Property Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. Returns true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |