Style.TabType Property

Returns or sets the formatting style's tabulator type.

Syntax

   Style.TabType(Index) [= value]
Parameter Description
Index

Specifies a tabulator index. It must be between 1 and 14.

Constants

Valid constants for the property value are:

Constant Description
1

Left tab.

2

Right tab.

3

Centered tab.

4

Decimal tab.

5

Right tab at the right most text position. For this type any position set with the TabPos property is ignored.

Data Types

Index:   Integer
Property value:   Integer

Limitations

Run time only.

See Also