'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)
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