TabStop.Clear Method (Word)
Removes the specified custom tab stop.
Syntax
expression .Clear
expression Required. A variable that represents a TabStop object.
Example
This example clears the first custom tab in the first paragraph of the active document.
ActiveDocument.Paragraphs(1).TabStops(1).Clear