Spread Windows Forms 12.0 Product Documentation
GetColumnSplitBoxRectangle Method (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetColumnSplitBoxRectangle Method
Viewport column index
Gets the rectangle of the column split box.
Syntax
'Declaration
 
Public Function GetColumnSplitBoxRectangle( _
   ByVal columnViewportIndex As Integer _
) As Rectangle
'Usage
 
Dim instance As SpreadView
Dim columnViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetColumnSplitBoxRectangle(columnViewportIndex)
public Rectangle GetColumnSplitBoxRectangle( 
   int columnViewportIndex
)

Parameters

columnViewportIndex
Viewport column index

Return Value

Rectangle object containing the rectangle of the column split box
Example
This example uses the GetColumnSplitBoxRectangle method.
FarPoint.Win.Spread.SpreadView sv;
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetColumnSplitBoxRectangle(0));
Dim sv As FarPoint.Win.Spread.SpreadView
sv = fpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetColumnSplitBoxRectangle(0))
See Also

Reference

SpreadView Class
SpreadView Members

User-Task Documentation

Customizing Split Boxes