Class
PrintWhatSettings

Represents the settings indicating what to print.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class PrintWhatSettings : ExportWhatSettings

Inheritance: objectPrintWhatSettings

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.