GetVerticalScrollBarRectangle Method (FpSpread)
Gets the rectangle of the vertical scroll bar.
'Declaration
Public Function GetVerticalScrollBarRectangle( _
ByVal 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.