| 
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
Syntax
 
 
public DocumentObject FirstItem { get; }
 
Public ReadOnly Property FirstItem As DocumentObject
	Get
 
public:
property DocumentObject^ FirstItem {
	DocumentObject^ get ();
}
 
member FirstItem : DocumentObject with get
 
 
 
Property Value
 
 Type:
 
DocumentObject
 
 The first item.
 
 See Also
See Also