====== DeleteTextBlock ======
Method of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
Deletes text from specific range in Block Mode
===== Parameters =====
* [[:scripting:api:range:overview|IRange]] **pRange**
* [[scripting:api:data-type:UINT|UINT]] **nAction** = 0 (optional)
===== Syntax =====
==== JavaScript ====
TextDocument.DeleteTextBlock(pRange, nAction);
==== Visual Basic Script ====
TextDocument.DeleteTextBlock pRange, nAction
==== C++ ====
HRESULT hr = TextDocument.DeleteTextBlock(pRange, nAction);
===== See Also =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~