GetRowSplitBoxRectangle Method (FpSpread)
Gets the rectangle of the row split box.
'Declaration
Public Function GetRowSplitBoxRectangle( _
ByVal 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.