Share via


ITextChange3.GetOldTextAt(Int32) Method

Definition

Gets a character at given position of the text that was replaced.

public:
 char GetOldTextAt(int position);
public:
 char16 GetOldTextAt(int position);
char GetOldTextAt(int position);
public char GetOldTextAt (int position);
abstract member GetOldTextAt : int -> char
Public Function GetOldTextAt (position As Integer) As Char

Parameters

position
Int32

The position of the character to return.

Returns

Applies to