IdxRichEditDocument.GetSections Method
Returns the document’s section collection.
Declaration
function GetSections: IdxRichEditSectionCollection;
Returns
| Type |
|---|
| IdxRichEditSectionCollection |
Remarks
The GetSections function is a getter of the Sections property.
See Also