RichEditSelection.getIntervalMaxPosition Method
In This Article
Gets the length of the active sub-document.
#Declaration
TypeScript
getIntervalMaxPosition(): number
#Returns
Type | Description |
---|---|
number | The length of the active sub-document. |
#Remarks
Refer to the following section for more information: Client Selection.
See Also