Spread Windows Forms 8.0 Product Documentation
GetFilterBarRectangle Method (SpreadView)


Viewport column index
Gets the rectangle of the filter bar.
Syntax
'Declaration
 
Public Function GetFilterBarRectangle( _
   ByVal columnViewportIndex As Integer _
) As Rectangle
'Usage
 
Dim instance As SpreadView
Dim columnViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetFilterBarRectangle(columnViewportIndex)
public Rectangle GetFilterBarRectangle( 
   int columnViewportIndex
)

Parameters

columnViewportIndex
Viewport column index

Return Value

Rectangle of the filter bar.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SpreadView Class
SpreadView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.