Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetColumnHeaderRectangle Method
Viewport column index


In This Topic
    GetColumnHeaderRectangle Method (FpSpread)
    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 FpSpread
    Dim columnViewportIndex As Integer
    Dim value As Rectangle
     
    value = instance.GetColumnHeaderRectangle(columnViewportIndex)
    public Rectangle GetColumnHeaderRectangle( 
       int columnViewportIndex
    )

    Parameters

    columnViewportIndex
    Viewport column index

    Return Value

    Rectangle of the column header.
    See Also