Show / Hide Table of Contents

Class PageSetupProperties

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

Constructors

PageSetupProperties()

Declaration
public PageSetupProperties()

Fields

DefaultAutoPageBreaks

Declaration
public const bool DefaultAutoPageBreaks = null
Field Value
Type Description
System.Boolean

DefaultFitToPage

Declaration
public const bool DefaultFitToPage = null
Field Value
Type Description
System.Boolean

Properties

AutoPageBreaks

Declaration
public bool AutoPageBreaks { get; set; }
Property Value
Type Description
System.Boolean

FitToPage

Declaration
public bool FitToPage { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX