Spread Silverlight Documentation
GetScroll Method


Indicate whether the horizontal scroll bar policy is AsNeeded
Indicate whether the vertical scroll bar policy is AsNeeded
Gets the scroll bars setting for the horizontal and vertical scroll bars.
Syntax
'Declaration
 
Sub GetScroll( _
   ByRef horizontalScroll As System.Boolean, _
   ByRef verticalScroll 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 horizontalScroll,
   ref System.bool verticalScroll
)

Parameters

horizontalScroll
Indicate whether the horizontal scroll bar policy is AsNeeded
verticalScroll
Indicate whether the vertical scroll bar policy is AsNeeded
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.