| 
LayoutCollection
 T
First Property
  | 
 Returns the first entity in the collection.
 Namespace:
 Spire.Doc.Pages
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Public ReadOnly Property First As T
	Get
 
public:
property T First {
	T get ();
}
 
member First : 'T with get
 
 
 
Property Value
 
 Type:
 
 T
 
 See Also
See Also