Spread Windows Forms 12.0 Product Documentation
ZoomScalePageBreakPreview Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : ZoomScalePageBreakPreview Property
Gets or sets the zoom magnification to use when in page break preview, representing percent values.
Syntax
'Declaration
 
Property ZoomScalePageBreakPreview As Integer
'Usage
 
Dim instance As IWorksheetView
Dim value As Integer
 
instance.ZoomScalePageBreakPreview = value
 
value = instance.ZoomScalePageBreakPreview
int ZoomScalePageBreakPreview {get; set;}

Property Value

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

Reference

IWorksheetView Interface
IWorksheetView Members