Method of ITextDocument
Deletes text from specific range in Block Mode
TextDocument.DeleteTextBlock(pRange, nAction);
==== Visual Basic Script ====
TextDocument.DeleteTextBlock pRange, nAction
==== C++ ====
HRESULT hr = TextDocument.DeleteTextBlock(pRange, nAction);
===== See Also ===== ITextDocument