TXTextControl.ColumnDistance Property

Sets the distance, in twips, between the columns on a page for the whole document or for a document's section. The SectionCurrent property determines the part of the document. This property can only be used for columns which are automatically calculated from the page width. All columns have then the same distance determined through this property. To set columns with different distances the ColumnWidthsAndDistances property must be used.

Introduced: 15.0.

Syntax

TXTextControl.ColumnDistance [= value]

Remarks

This property is write only. To get information about column distances the ColumnWidthsAndDistances property must be used.

Data Types

Integer.

Limitations

Write only, run time only.

See Also