LayoutCollection
T
Last Property
|
Returns the last 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
Public ReadOnly Property Last As T
Get
public:
property T Last {
T get ();
}
member Last : 'T with get
Property Value
Type:
T
See Also