PrintWhatSettings
Class
Represents the settings indicating what to print.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class PrintWhatSettings : ExportWhatSettings
Inheritance: objectExportWhatSettingsPrintWhatSettings
Inherited Members
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.