Skip to content

Latest commit

 

History

History
35 lines (15 loc) · 535 Bytes

18087f5f-5886-d349-b002-6830739ff883.md

File metadata and controls

35 lines (15 loc) · 535 Bytes

TabStop2.Clear Method (Office)

Removes the specified custom tab stop

Syntax

expression. Clear

expression An expression that returns a TabStop2 object.

Example

This example clears the first custom tab in the first paragraph of the active Microsoft Word document.

ActiveDocument.Paragraphs(1).TabStops2(1).Clear 

See also

Concepts

TabStop2 Object

Other resources

TabStop2 Object Members