Share via


TabStops.Add Method

PowerPoint Developer Reference

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