<Code Lib>
2026 Method
Changes 0
M

FormattedText.AsTextRange

Description:
Returns a object that represents the entire text.
Remarks:
This range includes a carriage return character ('\r') that is always present. As a result the range can never be an empty range.

public TextRange AsTextRange()

TextRange The TextRange object that represents the entire text.

Loading…