Partager via


TabStop2.Clear Method

Removes the specified custom tab stop

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Clear
'Usage
Dim instance As TabStop2

instance.Clear()
void Clear()

Examples

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

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






























































































































































































































































See Also

Reference

TabStop2 Interface

TabStop2 Members

Microsoft.Office.Core Namespace