Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetFilterBarHeaderRectangle Method


In This Topic
    GetFilterBarHeaderRectangle Method (FpSpread)
    In This Topic
    Gets the rectangle of the column header.
    Syntax
    'Declaration
     
    
    Public Function GetFilterBarHeaderRectangle() As Rectangle
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Rectangle
     
    value = instance.GetFilterBarHeaderRectangle()
    public Rectangle GetFilterBarHeaderRectangle()

    Return Value

    Rectangle of the filter bar header.
    See Also