====== IndentSize ======
Property of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
Return default indent for document
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = TextDocument.IndentSize;
==== Visual Basic Script ====
nVal = TextDocument.IndentSize
==== C++ ====
long nVal;
HRESULT hr = TextDocument.get_IndentSize(&nVal);
===== See Also =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~