Share via


TabStop2.Clear Method

Office Developer Reference

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 Office Word document.

Visual Basic for Applications
  ActiveDocument.Paragraphs(1).TabStops2(1).Clear

See Also