In This Topic
Gets or sets the numbering style and/or indentation level. Must be equal or greater than 0 and less or equal than 9. For paragraphs with
ListStyle None, this property serves to indent the paragraph. When
ListStyle is Bulleted or Numbered, it serves as indentation level and bullet/number style.
Default: 0.
Syntax
'Declaration
Public Property ListLevel As Integer
public int ListLevel {get; set;}
See Also