scripting:api:text-document:max-line-length

MaxLineLength

Property of ITextDocument

Return maximum line length

Read-Only Property of type long

var nVal = TextDocument.MaxLineLength;

==== Visual Basic Script ====

nVal = TextDocument.MaxLineLength

==== C++ ====

long nVal;
HRESULT hr = TextDocument.get_MaxLineLength(&nVal);

===== See Also ===== ITextDocument