Version

BuildFilters(RowFiltersCollection,Object,Column,FilterOperand,Boolean,Boolean,Boolean) Method

For a single column, based of the cell, creates a new condition based on current information.
Syntax
'Declaration
 
Protected Friend Overloads Function BuildFilters( _
   ByVal rowFilters As RowFiltersCollection, _
   ByVal newValue As Object, _
   ByVal column As Column, _
   ByVal filterOperand As FilterOperand, _
   ByVal suppressInvalidation As Boolean, _
   ByVal clearExistingFilters As Boolean, _
   ByVal fireEvents As Boolean _
) As Boolean
protected internal bool BuildFilters( 
   RowFiltersCollection rowFilters,
   object newValue,
   Column column,
   FilterOperand filterOperand,
   bool suppressInvalidation,
   bool clearExistingFilters,
   bool fireEvents
)

Parameters

rowFilters
newValue
column
filterOperand
suppressInvalidation
clearExistingFilters
fireEvents

Return Value

True if a filter was added
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also