Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetFilterBarHeaderRectangle Method


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

Return Value

Rectangle of the filter bar header.
See Also