Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
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.