Gets document sections.

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

Property Value

SectionCollection

Implements

IDocument..::..Sections

See Also