TabStop.Position Property
PowerPoint Developer Reference |
Returns or sets the position of the specified tab stop, in points. Read/write.
Syntax
expression.Position
expression A variable that represents a TabStop object.
Return Value
Single
Example
This example deletes all tab stops greater than 1 inch (72 points) for the text in shape two on slide one in the active presentation.
Visual Basic for Applications |
---|
|
See Also