Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.