Spread Silverlight Documentation
SetZoom Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetZoom Method
The zero based sheet index used to locate the IExcelWorksheet instance
The zoom magnification
Set the zoom magnification for a specified sheet
Syntax
'Declaration
 
Sub SetZoom( _
   ByVal sheet As System.Short, _
   ByVal zoom As System.Single _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim zoom As System.Single
 
instance.SetZoom(sheet, zoom)
void SetZoom( 
   System.short sheet,
   System.float zoom
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
zoom
The zoom magnification
See Also

Reference

IExcelReader Interface
IExcelReader Members