Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetColumnHeaderRectangle Method
Viewport column index


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

Parameters

columnViewportIndex
Viewport column index

Return Value

Rectangle of the column header.
See Also