Spread for ASP.NET 12 Product Documentation
FilterMatchingSource Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : FilterMatchingSource Enumeration
Specifies the data column in the combo box to search for a match when using the automatic filter.
Syntax
'Declaration
 
Public Enum FilterMatchingSource 
   Inherits System.Enum
'Usage
 
Dim instance As FilterMatchingSource
public enum FilterMatchingSource : System.Enum 
Members
MemberDescription
AllColumnsSpecifies the matching value is set to filter on all columns of the combo box
DataColumnSpecifies the matching value is set to only filter on the data column of the combo box
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.FilterMatchingSource

See Also

Reference

FarPoint.Web.Spread Namespace