IPrxDataIslandHeaderCommon.AutoIndent

Syntax

AutoIndent: TriState;

Description

The AutoIndent property determines whether auto indents are used.

Comments

Indents are set for the elements depending on their nesting level in the hierarchy of heading dimensions with respect to other elements of the specified column or row. Automatic indents are used by default (OnOption). Indent value is determined by the IPrxDataIslandHeader.HierarchyIndent property.

Indents in the data area can be displayed even when auto indents are disabled (OffOption). It is possible if the property is set to OffOption and:

Example

The property use is given in the example for IPrxDataIslandHeaderCommon.IsAutoIndent.

See also:

IPrxDataIslandHeaderCommon