Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetScroll Method


In This Topic
    ExcelSetScroll Method (IExcelBiffRead)
    In This Topic
    WINDOW1 - Excel Biff Record (scrollbar-specific values)
    Syntax
    'Declaration
     
    
    Function ExcelSetScroll( _
       ByVal dispHScroll As Boolean, _
       ByVal dispVScroll As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim dispHScroll As Boolean
    Dim dispVScroll As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetScroll(dispHScroll, dispVScroll)
    bool ExcelSetScroll( 
       bool dispHScroll,
       bool dispVScroll
    )

    Parameters

    dispHScroll
    dispVScroll
    See Also