Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ZoomScalePageBreakPreview Property


In This Topic
ZoomScalePageBreakPreview Property
In This Topic
Gets or sets the zoom magnification to use when in page break preview, representing percent values.
Syntax
'Declaration
 
Public Property ZoomScalePageBreakPreview As Integer
 
'Usage
 
Dim instance As WorksheetView
Dim value As Integer
 
instance.ZoomScalePageBreakPreview = value
 
value = instance.ZoomScalePageBreakPreview

Property Value

An integer value represents the zoom magnification to use when in page break preview, representing percent values.
See Also