Spread Windows Forms 17
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
    public 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