Gets type of the list.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ListType ListType { get; }
Public ReadOnly Property ListType As ListType
	Get
public:
property ListType ListType {
	ListType get ();
}
member ListType : ListType with get

Property Value

ListType

See Also