Spread for ASP.NET 12 Product Documentation
AutoFilterMode Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AutoFilterMode Property
Gets or sets the AutoFilterMode which indicates which filtering UI is used.
Syntax
'Declaration
 
Public Property AutoFilterMode As AutoFilterMode
'Usage
 
Dim instance As SheetView
Dim value As AutoFilterMode
 
instance.AutoFilterMode = value
 
value = instance.AutoFilterMode
public AutoFilterMode AutoFilterMode {get; set;}
Remarks
Note: In versions earlier than V7, if you set the SheetView.RowFilter to a HideRowFilter, the label of the header cell in the filter column (specified through FilterColumnDefinition) changed to the "FilterBy" string (if the column is not filtered, the "(All)" string is displayed). In version 7, specify the AutoFilterMode (if your mode differs from the default mode FilterGadget) before you set a HideRowFilter to SheetView.
See Also

Reference

SheetView Class
SheetView Members