Spread Windows Forms 12.0 Product Documentation
Zoom Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : Zoom Property
Gets or sets the percentage scale of the worksheet for printing.
Syntax
'Declaration
 
Public Property Zoom As Integer
'Usage
 
Dim instance As PageSetup
Dim value As Integer
 
instance.Zoom = value
 
value = instance.Zoom
public int Zoom {get; set;}

Property Value

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

Reference

PageSetup Class
PageSetup Members