Show / Hide Table of Contents

Class PageBreak

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

Properties

Id

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

Manual

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

Maximum

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

Minimum

Declaration
public int Minimum { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX