GrapeCity.Xaml.Excel
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 Boolean, _
   ByRef verticalScroll As Boolean _
) 
'Usage
 
Dim instance As IExcelWriter
Dim horizontalScroll As Boolean
Dim verticalScroll As Boolean
 
instance.GetScroll(horizontalScroll, verticalScroll)
void GetScroll( 
   ref bool horizontalScroll,
   ref 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 Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options