PrintWhatSettings
Class
Represents the settings indicating what to print.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class PrintWhatSettings : ExportWhatSettings
Inheritance: objectPrintWhatSettings
Constructors
Initializes a new instance of the PrintWhatSettings class.
C#
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
The ExportWhat option value.
ignorePrintAreaboolThe value indicating whether to ignore print area.