SpreadsheetGear 2023
PageBreakExtent Enumeration


SpreadsheetGear Namespace : PageBreakExtent Enumeration
Specifies the extent of a page break.
Syntax
'Declaration
 
Public Enum PageBreakExtent 
   Inherits System.Enum
'Usage
 
Dim instance As PageBreakExtent
public enum PageBreakExtent : System.Enum 
Members
MemberDescription
FullSpecifies that a page break is a full vertical or horizontal page break.
PartialSpecifies that a page break is a partial vertical or horizontal page break.
Remarks
A full horizontal page break extends for all of the columns of a worksheet, whereas a partial horizontal page break is limited to a specific range of columns for the given row. Likewise, a partial vertical page break is limited to a specific range of rows for the given column.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.PageBreakExtent

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace