Spread Silverlight Documentation
Zoom Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : Zoom Property
Gets or sets the zoom factor of the sheet.
Syntax
'Declaration
 
Property Zoom As System.Single
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Single
 
instance.Zoom = value
 
value = instance.Zoom
System.float Zoom {get; set;}

Property Value

The zoom factor of the sheet
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members