Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ZoomScalePageLayoutView Property


In This Topic
    ZoomScalePageLayoutView Property
    In This Topic
    Gets or sets the zoom magnification to use when in page layout view, representing percent values.
    Syntax
    'Declaration
     
    
    Public Property ZoomScalePageLayoutView As Integer
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Integer
     
    instance.ZoomScalePageLayoutView = value
     
    value = instance.ZoomScalePageLayoutView
    public 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