TabStops.Add method (PowerPoint)

Creates a tab stop and adds it to the TabStops collection.

Syntax

expression.Add (Type, Position)

expression A variable that represents a TabStops object.

Parameters

Name Required/Optional Data type Description
Type Required PpTabStopType The type of the tab stop to be added.
Position Required Single The position of the tab stop in the tab stops collection.

Return value

TabStop

Remarks

The Type parameter value can be one of these PpTabStopType constants.

Constant Description
ppTabStopCenter Center tab stop.
ppTabStopDecimal Decimal tab stop.
ppTabStopLeft Left tab stop.
ppTabStopMixed Mixed tab stop.
ppTabStopRight Right tab stop.

See also

TabStops Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.