Spread Silverlight Documentation
Zoom Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : Zoom Property
Gets or set the zoom factor of the entire ExcelWorksheet.
Syntax
'Declaration
 
Public Property Zoom As System.Single
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.Single
 
instance.Zoom = value
 
value = instance.Zoom
public System.float Zoom {get; set;}

Property Value

The float indicate the zoom factory, it's a percentage; The default value is 100.
Exceptions
ExceptionDescription
The value is less than 0.1f or great than 4.0f.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members