Class SheetPageSetup<T>
Represents a base class for page setup.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class SheetPageSetup<T> : SheetPageSetupBase where T : SheetPrintOptionsBase
Type Parameters
T
The type of the T. |
Constructors
SheetPageSetup(Sheet)
Initializes a new instance of the SheetPageSetup<T> class.
Declaration
protected SheetPageSetup(Sheet sheet)
Parameters
Sheet
sheet
The sheet. |
Properties
PrintOptions
Gets the print options.
Declaration
public abstract T PrintOptions { get; }
Property Value
T
The print options. |