Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite4 Interface / ExcelGetScroll Method
Whether to display the horizontal scroll bar
Whether to display the vertical scroll bar


In This Topic
    ExcelGetScroll Method (IExcelBiffWrite4)
    In This Topic
    Gets the scroll bars for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetScroll( _
       ByRef dispHScroll As Boolean, _
       ByRef dispVScroll As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite4
    Dim dispHScroll As Boolean
    Dim dispVScroll As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetScroll(dispHScroll, dispVScroll)
    bool ExcelGetScroll( 
       ref bool dispHScroll,
       ref bool dispVScroll
    )

    Parameters

    dispHScroll
    Whether to display the horizontal scroll bar
    dispVScroll
    Whether to display the vertical scroll bar
    See Also