Spread Windows Forms 12.0 Product Documentation
IsValidFilterItem Method (FilterBarCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > FilterBarCellType Class : IsValidFilterItem Method
Determines whether the filter item is valid to apply to the sheetview.
Syntax
'Declaration
 
Public Overridable Function IsValidFilterItem( _
   ByVal filterItem As IFilterItem _
) As Boolean
'Usage
 
Dim instance As FilterBarCellType
Dim filterItem As IFilterItem
Dim value As Boolean
 
value = instance.IsValidFilterItem(filterItem)
public virtual bool IsValidFilterItem( 
   IFilterItem filterItem
)

Parameters

filterItem
See Also

Reference

FilterBarCellType Class
FilterBarCellType Members