'Declaration
Overloads Function AutoFilter( _ ByVal columnIndex As Integer, _ ByVal fillColor As Fill _ ) As Boolean
'Usage
Dim instance As IRange Dim columnIndex As Integer Dim fillColor As Fill Dim value As Boolean value = instance.AutoFilter(columnIndex, fillColor)
bool AutoFilter( int columnIndex, Fill fillColor )
Parameters
- columnIndex
- Index of the column.
- fillColor
- Color of the fill.