Namespace: Spire.Doc.Documents
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; set; }
Public Property ListType As ListType
	Get
	Set
public:
property ListType ListType {
	ListType get ();
	void set (ListType value);
}
member ListType : ListType with get, set

Property Value

ListType

See Also