Class
SheetPageSetup<T>

Generic base for page setup that associates a sheet with strongly-typed print options.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Type Parameters:

T

The type of the T.

Syntax:

cs-api-definition
public abstract class SheetPageSetup<T> : SheetPageSetupBase where T : SheetPrintOptionsBase

Inheritance: objectSheetPageSetupBaseSheetPageSetup<T>

Derived Classes: WorksheetPageSetup

Inherited Members SheetPageSetupBase.InvalidateSheetLayout()SheetPageSetupBase.SuspendSheetLayoutUpdate()SheetPageSetupBase.ResumeSheetLayoutUpdate()SheetPageSetupBase.PaperTypeSheetPageSetupBase.PageOrientationSheetPageSetupBase.PageSizeSheetPageSetupBase.MarginsSheetPageSetupBase.HeaderFooterSettings

Constructors

SheetPageSetup(Sheet)

Initializes a new SheetPageSetup<T> associated with the specified sheet.

Declaration

cs-api-definition
protected SheetPageSetup(Sheet sheet)

Parameters

sheet

Sheet

The sheet.

Properties

PrintOptions

Gets the print options that control how the sheet is rendered for printing or export.

Declaration

cs-api-definition
public abstract T PrintOptions { get; }

Property Value

T

The print options.