Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetVerticalScrollBarRectangle Method
Viewport row index


In This Topic
GetVerticalScrollBarRectangle Method (FpSpread)
In This Topic
Gets the rectangle of the vertical scroll bar.
Syntax
'Declaration
 
Public Function GetVerticalScrollBarRectangle( _
   ByVal rowViewportIndex As Integer _
) As Rectangle
 
'Usage
 
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetVerticalScrollBarRectangle(rowViewportIndex)

Parameters

rowViewportIndex
Viewport row index

Return Value

Rectangle of the vertical scroll bar.
See Also