Spread Windows Forms 12.0 Product Documentation
GetColumnSplitBarRectangle Method (FpSpread)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : GetColumnSplitBarRectangle Method
Viewport column index
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)
public Rectangle GetColumnSplitBarRectangle( 
   int columnViewportIndex
)

Parameters

columnViewportIndex
Viewport column index

Return Value

Rectangle object containing the size and location of the rectangle of the column split bar
See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Customizing Split Boxes