Edit

Share via


TabStop2.Clear Method

Definition

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>

Applies to