Index.Filter Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdIndexFilter Filter { Microsoft::Office::Interop::Word::WdIndexFilter get(); void set(Microsoft::Office::Interop::Word::WdIndexFilter value); };
public Microsoft.Office.Interop.Word.WdIndexFilter Filter { get; set; }
member this.Filter : Microsoft.Office.Interop.Word.WdIndexFilter with get, set
Public Property Filter As WdIndexFilter

Property Value

Remarks

The Filter property can be one of the WdIndexFilter constants.

Applies to