Spread Windows Forms 12.0 Product Documentation
PageBreak Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : PageBreak Property
Gets or sets the location of a page break.
Syntax
'Declaration
 
Property PageBreak As PageBreak
'Usage
 
Dim instance As IRange
Dim value As PageBreak
 
instance.PageBreak = value
 
value = instance.PageBreak
PageBreak PageBreak {get; set;}

Property Value

A PageBreak value that represents the location of a page break..
Remarks
This property can return the location of either automatic or manual page breaks, but it can only set the location of manual breaks (it can only be set to PageBreak.Manual or PageBreak.None ).
See Also

Reference

IRange Interface
IRange Members