Removes text from the document.

HRESULT RemoveText(
   ULONG  cCharacterPosition,
   ULONG  cNumToRemove
);

Parameters

cCharacterPosition

[in] Start location of the character range to remove.

cNumToRemove

[in] Number of characters to remove.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also