Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetZoom Method
The zero based sheet index used to locate the IExcelWorksheet instance
The zoom magnification


In This Topic
    SetZoom Method
    In This Topic
    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
    See Also