GrapeCity.Xaml.Excel
Zoom Property (IExcelWorksheet)


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

Property Value

The zoom factor of the sheet
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members