Gets the scroll bars setting for the horizontal and vertical scroll bars.
Syntax
'Declaration
Sub GetScroll( _
ByRef As System.Boolean, _
ByRef As System.Boolean _
)
'Usage
Dim instance As IExcelWriter
Dim horizontalScroll As System.Boolean
Dim verticalScroll As System.Boolean
instance.GetScroll(horizontalScroll, verticalScroll)
void GetScroll(
ref System.bool ,
ref System.bool
)
Parameters
- horizontalScroll
- Indicate whether the horizontal scroll bar policy is AsNeeded
- verticalScroll
- Indicate whether the vertical scroll bar policy is AsNeeded
See Also