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


In This Topic
GetRowSplitBoxRectangle Method (FpSpread)
In This Topic
Gets the rectangle of the row split box.
Syntax
'Declaration
 
Public Function GetRowSplitBoxRectangle( _
   ByVal rowViewportIndex As Integer _
) As Rectangle
 
'Usage
 
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetRowSplitBoxRectangle(rowViewportIndex)

Parameters

rowViewportIndex
Viewport row index

Return Value

Rectangle of the row split box.
See Also