Gets last section of the document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Section

Implements

IDocument..::..LastSection

See Also