ListLevel.TabPosition Property
Word Developer Reference |
Returns or sets the tab position for the specified ListLevel object. Read/write Single.
Syntax
expression.TabPosition
expression An expression that returns a ListLevel object.
Remarks
Because the ListLevel object does not have a default tab setting, the TabPosition property always returns a value of 999999 or wdUndefined, unless you set the property to a value.
Example
This example sets each list level number so that it is indented 0.5 inch (36 points) from the previous level, and the tab is set at 0.25 inch (18 points) from the number.
Visual Basic for Applications |
---|
|
This example sets the variable myltemp to the first numbered list template, and then it sets the tab position at one inch. The list template is then applied to the selection.
Visual Basic for Applications |
---|
|
See Also