New to Telerik UI for WinFormsStart a free 30-day trial

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 ExportWhatSettings.Equals(object)ExportWhatSettings.GetHashCode()ExportWhatSettings.ExportWhatExportWhatSettings.IgnorePrintAreaExportWhatSettings.IncludeHiddenSheets

Constructors

Initializes a new instance of the PrintWhatSettings class.

C#
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters:exportWhatExportWhat

The ExportWhat option value.

ignorePrintAreabool

The value indicating whether to ignore print area.