Spread Silverlight Documentation
Zoom Property (ExcelWorksheet)


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
System.ArgumentOutOfRangeExceptionThe value is less than 0.1f or great than 4.0f.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.