Property of ITextDocument
Return default indent for document
Read-Only Property of type long
var nVal = TextDocument.IndentSize;
nVal = TextDocument.IndentSize
long nVal; HRESULT hr = TextDocument.get_IndentSize(&nVal);
ITextDocument