Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetFilterBarRectangle Method
Viewport column index


In This Topic
GetFilterBarRectangle Method (FpSpread)
In This Topic
Gets the rectangle of the filter bar.
Syntax
'Declaration
 
Public Function GetFilterBarRectangle( _
   ByVal columnViewportIndex As Integer _
) As Rectangle
 
'Usage
 
Dim instance As FpSpread
Dim columnViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetFilterBarRectangle(columnViewportIndex)

Parameters

columnViewportIndex
Viewport column index

Return Value

Rectangle of the filter bar.
See Also