Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetZoom Method
Sheet index


In This Topic
    ExcelSetZoom Method (IExcelBiffRead)
    In This Topic
    SCL - Excel Biff Record (Zoom)
    Syntax
    'Declaration
     
    
    Function ExcelSetZoom( _
       ByVal sheet As Short, _
       ByVal zoom As Single _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim zoom As Single
    Dim value As Boolean
     
    value = instance.ExcelSetZoom(sheet, zoom)
    bool ExcelSetZoom( 
       short sheet,
       float zoom
    )

    Parameters

    sheet
    Sheet index
    zoom
    See Also