Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / ListTemplate Property

In This Topic
    ListTemplate Property (Style)
    In This Topic
    Gets the ListTemplate that defines list formatting for the list style.

    This property is only valid for list styles. For other style types this property returns null.

    Syntax
    'Declaration
     
    Public ReadOnly Property ListTemplate As ListTemplate
    public ListTemplate ListTemplate {get;}
    See Also