Method of ITextDocument
Returns desired line indent
var pnValue = TextDocument.GetDesiredLineIndent(pPos, bByScope);
==== Visual Basic Script ====
pnValue = TextDocument.GetDesiredLineIndent pPos, bByScope
==== C++ ====
long nValue; HRESULT hr = TextDocument.GetDesiredLineIndent(pPos, bByScope, &nValue);
===== See Also ===== ITextDocument