Partager via


Index.HeadingSeparator Property

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.

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

Syntax

'Declaration
Property HeadingSeparator As WdHeadingSeparator
    Get
    Set
'Usage
Dim instance As Index
Dim value As WdHeadingSeparator

value = instance.HeadingSeparator

instance.HeadingSeparator = value
WdHeadingSeparator HeadingSeparator { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdHeadingSeparator

Remarks

The HeadingSeparator property can be one of the WdHeadingSeparator constants.

See Also

Reference

Index Interface

Index Members

Microsoft.Office.Interop.Word Namespace