Gets the name for the filter at the specified filter index.
| Visual Basic |
|---|
Public Function GetFilterName( _ ByVal FilterIndex As Long _ ) As String |
- FilterIndex
- A long value which represents the 0-based index for the filter to get the name of.
A string value which represents the filter name.