MaxLineLength
Property of ITextDocument
Description
Return maximum line length
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = TextDocument.MaxLineLength;
Visual Basic Script
nVal = TextDocument.MaxLineLength
C++
long nVal; HRESULT hr = TextDocument.get_MaxLineLength(&nVal);