Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevelCollection Class / Count Property

In This Topic
    Count Property (ListLevelCollection)
    In This Topic
    Gets the number of levels in this list.

    A list can contain either 1 or 9 levels.

    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    See Also