Provides access to all list items SdtListItem of this Sdt

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 SdtListItemCollection ListItems { get; }
Public ReadOnly Property ListItems As SdtListItemCollection
	Get
public:
property SdtListItemCollection^ ListItems {
	SdtListItemCollection^ get ();
}
member ListItems : SdtListItemCollection with get

Property Value

SdtListItemCollection

See Also