TextControl.Sections Property | ||
| Description: | Gets a collection of all sections in the document. The property's value is an object of the type SectionCollection. | |
| Syntax: | [C#]
public SectionCollection Sections { get; }
[Visual Basic]
Public ReadOnly Property Sections() As SectionCollection
| |
| Limitations: | Runtime only. Read only. | |
| Introduced: | 14.0 | |
| See also: | Sections and Pages, Graphical Overview. | |