ContentRangeGetChildElements Method |
Gets the child elements.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic IEnumerable<Element> GetChildElements()
Public Function GetChildElements As IEnumerable(Of Element)
Return Value
Type:
IEnumerableElementSequence of child elements.
Remarks
Method returns range child elements.
Note that resulting enumeration will include range starting and ending element if not filtered.
See Also