Class PrintWhatSettings
Represents the settings indicating what to print.
Inheritance
System.Object
PrintWhatSettings
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PrintWhatSettings : ExportWhatSettings
Constructors
PrintWhatSettings(ExportWhat, Boolean)
Initializes a new instance of the Print
Declaration
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters
Telerik. The ExportWhat option value. |
System. The value indicating whether to ignore print area. |