ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListTemplate Class / LevelCount Property

In This Topic
    LevelCount Property (RtfListTemplate)
    In This Topic
    Gets or sets level count for this list template.
    Syntax
    'Declaration
     
    Public Property LevelCount As Integer
    public int LevelCount {get; set;}
    Remarks
    1..8 if the list has one level; 0 (default) if the list has nine levels.
    See Also