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;
nVal = TextDocument.MaxLineLength
long nVal;
HRESULT hr = TextDocument.get_MaxLineLength(&nVal);