TabStop.CustomTab Property
Word Developer Reference |
True if the specified tab stop is a custom tab stop. Read-only Boolean.
Syntax
expression.CustomTab
expression A variable that represents a TabStop object.
Example
This example cycles through the collection of tab stops in the first paragraph in the active document, and left-aligns any custom tab stops that it finds.
Visual Basic for Applications |
---|
|
See Also