Gets last section object.

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 Paragraph LastParagraph { get; }
Public ReadOnly Property LastParagraph As Paragraph
	Get
public:
virtual property Paragraph^ LastParagraph {
	Paragraph^ get () sealed;
}
abstract LastParagraph : Paragraph with get
override LastParagraph : Paragraph with get

Property Value

Paragraph

Implements

IDocument..::..LastParagraph

See Also