Spread for ASP.NET 12 Product Documentation
MatchingSource Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AutoFilter Class : MatchingSource Property
Specifies the data column in the combo box to search for a match when using the automatic filter. The default value is AllColumns.
Syntax
'Declaration
 
Public Property MatchingSource As FilterMatchingSource
'Usage
 
Dim instance As AutoFilter
Dim value As FilterMatchingSource
 
instance.MatchingSource = value
 
value = instance.MatchingSource
public FilterMatchingSource MatchingSource {get; set;}
See Also

Reference

AutoFilter Class
AutoFilter Members