Click or drag to resize

DocumentObjectCollection FirstItem Property

Gets the first item.

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

Property Value

Type: DocumentObject
The first item.
See Also