Spread Windows Forms 12.0 Product Documentation
AutoFilter(Int32,DynamicFilterType) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > AutoFilter Method : AutoFilter(Int32,DynamicFilterType) Method
Index of the column.
A DynamicFilterType value indicates the dynamic filter type.
Add the dynamic filter.
Syntax
'Declaration
 
Overloads Function AutoFilter( _
   ByVal columnIndex As Integer, _
   ByVal dynamicType As DynamicFilterType _
) As Boolean
'Usage
 
Dim instance As IRange
Dim columnIndex As Integer
Dim dynamicType As DynamicFilterType
Dim value As Boolean
 
value = instance.AutoFilter(columnIndex, dynamicType)
bool AutoFilter( 
   int columnIndex,
   DynamicFilterType dynamicType
)

Parameters

columnIndex
Index of the column.
dynamicType
A DynamicFilterType value indicates the dynamic filter type.
See Also

Reference

IRange Interface
IRange Members
Overload List