Inserts a new filter in the filter list at the specified index.
| Visual Basic |
|---|
Public Function InsertFilterItem( _ ByVal FilterIndex As Long, _ ByVal Name As String _ ) As Long |
- FilterIndex
- A long value which represents the filter index to insert for the item.
- Name
- A string which represents the filter name.