Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetZoomScale Method
GrapeCity Spread
Index of the sheet
ct sheetview


In This Topic
    GetZoomScale Method
    In This Topic
    Gets the zoom scale.
    Syntax
    'Declaration
     
    
    Public Shared Sub GetZoomScale( _
       ByVal spread As IExcelWrite, _
       ByVal sheetIndex As Short, _
       ByVal ctSheetview As CT_SheetView _
    ) 
    'Usage
     
    
    Dim spread As IExcelWrite
    Dim sheetIndex As Short
    Dim ctSheetview As CT_SheetView
     
    SheetViewSynchronizer.GetZoomScale(spread, sheetIndex, ctSheetview)
    public static void GetZoomScale( 
       IExcelWrite spread,
       short sheetIndex,
       CT_SheetView ctSheetview
    )

    Parameters

    spread
    GrapeCity Spread
    sheetIndex
    Index of the sheet
    ctSheetview
    ct sheetview
    See Also