IndentSize

Property of ITextDocument

Description

Return default indent for document

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = TextDocument.IndentSize;

Visual Basic Script

nVal = TextDocument.IndentSize

C++

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

See Also

ITextDocument