Removes text from the document.
HRESULT RemoveText( ULONG cCharacterPosition, ULONG cNumToRemove );
- cCharacterPosition
[in] Start location of the character range to remove.
- cNumToRemove
[in] Number of characters to remove.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method removes text from the document.