TabStop2.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified custom tab stop
public:
void Clear();
public void Clear ();
abstract member Clear : unit -> unit
Public Sub Clear ()
Examples
This example clears the first custom tab in the first paragraph of the active Microsoft Office Word document.
<span class="label">ActiveDocument.Paragraphs(1).TabStops2(1).Clear
</span>