Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetZoom Method
Sheet index
Zoom (scaling factor)


In This Topic
    ExcelGetZoom Method
    In This Topic
    Gets the zoom (scaling factor) for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetZoom( _
       ByVal sheet As Short, _
       ByRef zoom As Single _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim zoom As Single
    Dim value As Boolean
     
    value = instance.ExcelGetZoom(sheet, zoom)
    bool ExcelGetZoom( 
       short sheet,
       ref float zoom
    )

    Parameters

    sheet
    Sheet index
    zoom
    Zoom (scaling factor)
    See Also