scripting:api:text-document:indent-size

IndentSize

Property of ITextDocument

Return default indent for document

Read-Only Property of type long

var nVal = TextDocument.IndentSize;

==== Visual Basic Script ====

nVal = TextDocument.IndentSize

==== C++ ====

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

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