C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListLevel Class / LevelNumbers Property

In This Topic
LevelNumbers Property
In This Topic
Gets or sets level numbers (offsets into the level text of the level placeholders) of this list.
Syntax
'Declaration
 
Public Property LevelNumbers As Integer()
 
Remarks
In the preceding example, “1.1.1.”, the level numbers RTF should be {\levelnumbers \'01\'03\'05} because the level placeholders have indices 1, 3, and 5.
See Also