Show / Hide Table of Contents

Class PageSetup

Represents the page setup of a sheet

Inheritance
System.Object
PageSetup
WorksheetPageSetup
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PageSetup : object

Fields

DefaultCopies

Declaration
public const int DefaultCopies = null
Field Value
Type Description
System.Int32

Properties

Copies

Number of copies to print.

Declaration
public int Copies { get; set; }
Property Value
Type Description
System.Int32

HeaderFooters

Get or set the header and footer of the worksheet.

Declaration
public HeaderFooters HeaderFooters { get; }
Property Value
Type Description
HeaderFooters

Margins

Get or set the page margins of the worksheet

Declaration
public PageMargins Margins { get; }
Property Value
Type Description
PageMargins

Page

Declaration
public PageSetupPage Page { get; }
Property Value
Type Description
PageSetupPage
Back to top Generated by DocFX