Spread Windows Forms 12.0 Product Documentation
GetFilterBarHeaderRectangle Method (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetFilterBarHeaderRectangle Method
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()
public Rectangle GetFilterBarHeaderRectangle()

Return Value

Rectangle of the filter bar header.
Example
This example uses the GetFilterBarHeaderRectangle method.
FarPoint.Win.Spread.SpreadView sv;            
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetFilterBarHeaderRectangle());
Dim sv As FarPoint.Win.Spread.SpreadView
sv = fpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetFilterBarHeaderRectangle())
See Also

Reference

SpreadView Class
SpreadView Members