Class PrintWhatSettings
Represents the settings indicating what to print.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class PrintWhatSettings : ExportWhatSettings
Constructors
PrintWhatSettings(ExportWhat, Boolean)
Initializes a new instance of the PrintWhatSettings class.
Declaration
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters
ExportWhat
exportWhat
The ExportWhat option value. |
System.Boolean
ignorePrintArea
The value indicating whether to ignore print area. |