GrapeCity.Xaml.Excel
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 Short, _
   ByVal zoom As Single _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As Short
Dim zoom As Single
 
instance.SetZoom(sheet, zoom)
void SetZoom( 
   short sheet,
   float zoom
)

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options