Document
LastSection Property
|
Gets last section of the document.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Section LastSection { get; }
Public ReadOnly Property LastSection As Section
Get
public:
virtual property Section^ LastSection {
Section^ get () sealed;
}
abstract LastSection : Section with get
override LastSection : Section with get
Property Value
Type:
Section
Implements
IDocument
LastSection
See Also