Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetColumnSplitBarRectangle Method
Viewport column index


In This Topic
GetColumnSplitBarRectangle Method (FpSpread)
In This Topic
Gets the rectangle of the column split bar.
Syntax
'Declaration
 
Public Function GetColumnSplitBarRectangle( _
   ByVal columnViewportIndex As Integer _
) As Rectangle
 
'Usage
 
Dim instance As FpSpread
Dim columnViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetColumnSplitBarRectangle(columnViewportIndex)

Parameters

columnViewportIndex
Viewport column index

Return Value

Rectangle of the column split bar.
See Also