skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class WorksheetPageSetup

Represents worksheet page setup.

Inheritance
System.Object
SheetPageSetupBase
SheetPageSetup<WorksheetPrintOptions>
WorksheetPageSetup
Inherited Members
SheetPageSetupBase.InvalidateSheetLayout()
SheetPageSetupBase.SuspendSheetLayoutUpdate()
SheetPageSetupBase.ResumeSheetLayoutUpdate()
SheetPageSetupBase.PaperType
SheetPageSetupBase.PageOrientation
SheetPageSetupBase.PageSize
SheetPageSetupBase.Margins
SheetPageSetupBase.HeaderFooterSettings
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 class WorksheetPageSetup : SheetPageSetup<WorksheetPrintOptions>

Properties

CenterHorizontally

Gets or sets the value indicating whether the print content should be centered horizontally.

Declaration
public bool CenterHorizontally { get; set; }
Property Value
System.Boolean

The value indicating whether the print content should be centered horizontally.

CenterVertically

Gets or sets the value indicating whether the print content should be centered vertically.

Declaration
public bool CenterVertically { get; set; }
Property Value
System.Boolean

The value indicating whether the print content should be centered vertically.

FitToPages

Gets or sets the value indicating whether the worksheet will be scaled according to a number of pages.

Declaration
public bool FitToPages { get; set; }
Property Value
System.Boolean

If true, the worksheet will be scaled according to the FitToPagesWide and FitToPagesTall values. If false, it will be scaled according to the ScaleFactor value.

FitToPagesTall

Gets or sets the number of pages tall the worksheet will be scaled to when it's printed.

Declaration
public int FitToPagesTall { get; set; }
Property Value
System.Int32

FitToPagesWide

Gets or sets the number of pages wide the worksheet will be scaled to when it's printed.

Declaration
public int FitToPagesWide { get; set; }
Property Value
System.Int32

PageBreaks

Gets the page breaks.

Declaration
public PageBreaks PageBreaks { get; }
Property Value
PageBreaks

The page breaks.

PageOrder

Gets or sets the page order.

Declaration
public PageOrder PageOrder { get; set; }
Property Value
PageOrder

The page order.

PrintArea

Gets the print area.

Declaration
public PrintArea PrintArea { get; }
Property Value
PrintArea

The print area.

PrintOptions

Gets the print options.

Declaration
public override WorksheetPrintOptions PrintOptions { get; }
Property Value
WorksheetPrintOptions

The print options.

Overrides
Telerik.Windows.Documents.Spreadsheet.Model.Printing.SheetPageSetup<Telerik.Windows.Documents.Spreadsheet.Model.Printing.WorksheetPrintOptions>.PrintOptions

PrintTitles

Gets the print titles of the worksheet. This object allows for rows and columns to be set, which will be repeated on every printed page.

Declaration
public PrintTitles PrintTitles { get; }
Property Value
PrintTitles

ScaleFactor

Gets or sets the scale factor.

Declaration
public Size ScaleFactor { get; set; }
Property Value
System.Windows.Size

The scale factor.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.