====== MaxLineLength ======
Property of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
Return maximum line length
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = TextDocument.MaxLineLength;
==== Visual Basic Script ====
nVal = TextDocument.MaxLineLength
==== C++ ====
long nVal;
HRESULT hr = TextDocument.get_MaxLineLength(&nVal);
===== See Also =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~