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

In This Topic
    ListFormat Property (Style)
    In This Topic
    Get a list formatting for the paragraph style.

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

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