Spread Silverlight Documentation
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
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

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.