Click or drag to resize

DocumentObjectCollection LastItem Property

Gets the last item.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DocumentObject LastItem { get; }

Property Value

Type: DocumentObject
The last item.
See Also