Document
Sections Property
|
Gets document sections.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
SectionCollection
Implements
IDocument
Sections
See Also