Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetScroll Method
Whether to display the horizontal scroll bar
Whether to display the vertical scroll bar


In This Topic
ExcelGetScroll Method
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 IExcelBiffWrite
Dim dispHScroll As Boolean
Dim dispVScroll As Boolean
Dim value As Boolean
 
value = instance.ExcelGetScroll(dispHScroll, dispVScroll)

Parameters

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