Index.HeadingSeparator Property

Definition

Returns or sets the text between alphabetic groups (entries that start with the same letter) in the index. Corresponds to the \h switch for an INDEX field.

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

Property Value

Remarks

The HeadingSeparator property can be one of the WdHeadingSeparator constants.

Applies to