SubDocument.length Property
In This Article
Gets the length of the sub-document.
#Declaration
TypeScript
get length(): number
#Property Value
Type | Description |
---|---|
number | The length of the sub-document. |
#Remarks
//Gets the main sub-document's content length
var mainSubDocumentLength = richEdit.document.mainSubDocument.length;
Refer to the following section for more information: Access a Sub-Document.
See Also