
Returns or sets the formatting style's tabulator type.
Style.TabType(Index) [= value]
| Parameter | Description | |
| Index | Specifies a tabulator index. It must be between 1 and 14. |
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. |
| Index: | Integer |
| Property value: | Integer |
Run time only.