GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / DisplayPageBreaks Property


In This Topic
DisplayPageBreaks Property
In This Topic
Gets or sets a value indicating whether the page breaks (both automatic and manual) on this worksheet are displayed.
Syntax
'Declaration
 
Property DisplayPageBreaks As Boolean
 
'Usage
 
Dim instance As IWorksheet
Dim value As Boolean
 
instance.DisplayPageBreaks = value
 
value = instance.DisplayPageBreaks
See Also