GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / PageBreak Property


In This Topic
PageBreak Property (IRange)
In This Topic
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

Property Value

A PageBreak value that represents the location of a page break..
See Also