Remarks
Tab stops are indexed numerically from left to right along the ruler.

Example
The following example removes the first custom tab stop from the first paragraph in the active Microsoft Office Publisher publication.

Visual Basic for Applications
Sub ClearTabStop() ActiveDocument.Pages(1).Shapes(1).TextFrame.TextRange _ .ParagraphFormat.Tabs(1).Clear End Sub 

See also: