ListLevel.TrailingCharacter Property

Returns or sets the character inserted after the number for the specified list level.

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

Syntax

'Declaration
Property TrailingCharacter As WdTrailingCharacter
    Get
    Set
'Usage
Dim instance As ListLevel
Dim value As WdTrailingCharacter

value = instance.TrailingCharacter

instance.TrailingCharacter = value
WdTrailingCharacter TrailingCharacter { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdTrailingCharacter

Remarks

The TrailingCharacter property can be one of the WdTrailingCharacter constants.

See Also

Reference

ListLevel Interface

ListLevel Members

Microsoft.Office.Interop.Word Namespace