ListLevel.TrailingCharacter Property

Definition

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

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

Property Value

Remarks

The TrailingCharacter property can be one of the WdTrailingCharacter constants.

Applies to