GrapeCity.Xaml.Excel
Zoom Property (ExcelWorksheet)


Gets or set the zoom factor of the entire ExcelWorksheet.
Syntax
'Declaration
 
Public Property Zoom As Single
'Usage
 
Dim instance As ExcelWorksheet
Dim value As Single
 
instance.Zoom = value
 
value = instance.Zoom
public 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 Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options