RichEditTextRange.EndPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the end character position of the text range.
public:
property int EndPosition { int get(); void set(int value); };
int EndPosition();
void EndPosition(int value);
public int EndPosition { get; set; }
var int32 = richEditTextRange.endPosition;
richEditTextRange.endPosition = int32;
Public Property EndPosition As Integer
Property Value
Int32
int
The end character position.