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


In This Topic
    ExcelGetZoom Method (IExcelWrite2)
    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 IExcelWrite2
    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