Add Method (TabStops Collection Object)

See Also         Example         Applies To

Adds a tab stop to the ruler for the specified text. Returns a TabStop object that represents the new tab stop.

Syntax

expression.Add(Type, Position)

expression   Required. An expression that returns a TabStops collection.

Type   Required Long. Specifies the way text will be aligned with the new tab stop. Can be one of the following PpTabStopType constants: ppTabStopCenter, ppTabStopDecimal, ppTabStopLeft, or ppTabStopRight.

Position   Required Single. The position of the new tab stop, in points.