Partager via


Index.Filter Property

Returns or sets a value that specifies how Microsoft Word classifies the first character of entries in the specified index.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Filter As WdIndexFilter
    Get
    Set
'Usage
Dim instance As Index
Dim value As WdIndexFilter

value = instance.Filter

instance.Filter = value
WdIndexFilter Filter { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdIndexFilter

Remarks

The Filter property can be one of the WdIndexFilter constants.

See Also

Reference

Index Interface

Index Members

Microsoft.Office.Interop.Word Namespace