Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / Zoom Property


In This Topic
    Zoom Property (IPageSetup)
    In This Topic
    Gets or sets the percentage scale of the worksheet for printing.
    Syntax
    'Declaration
     
    
    Property Zoom As Integer
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Integer
     
    instance.Zoom = value
     
    value = instance.Zoom
    int Zoom {get; set;}

    Property Value

    An integer value represents the percentage scale of the worksheet for printing.
    See Also