Class
PrintWhatSettings

Represents the settings indicating what to print.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class PrintWhatSettings : ExportWhatSettings

Inheritance: objectExportWhatSettingsPrintWhatSettings

Inherited Members ExportWhatSettings.Equals(object)ExportWhatSettings.GetHashCode()ExportWhatSettings.ExportWhatExportWhatSettings.IgnorePrintAreaExportWhatSettings.IncludeHiddenSheets

Constructors

PrintWhatSettings(ExportWhat, bool)

Initializes a new instance of the PrintWhatSettings class.

Declaration

cs-api-definition
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)

Parameters

exportWhat

ExportWhat

The ExportWhat option value.

ignorePrintArea

bool

The value indicating whether to ignore print area.