Spread Windows Forms 12.0 Product Documentation
PageBreak Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : PageBreak Enumeration
Specifies page break location in the worksheet.
Syntax
'Declaration
 
Public Enum PageBreak 
   Inherits System.Enum
'Usage
 
Dim instance As PageBreak
public enum PageBreak : System.Enum 
Members
MemberDescription
InvalidThe page break is unavailable in the current context.
ManualPage breaks are manually inserted.
NonePage breaks are not inserted in the worksheet.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.PageBreak

See Also

Reference

GrapeCity.Spreadsheet Namespace