Spread Windows Forms 12.0 Product Documentation
ZoomScalePageLayoutView Property


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

Property Value

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

Reference

ISheetView Interface
ISheetView Members