Paragraphs.TabStops Property

Returns or sets a TabStops collection that represents all the custom tab stops for the specified paragraphs.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property TabStops As TabStops
    Get
    Set
'Usage
Dim instance As Paragraphs
Dim value As TabStops

value = instance.TabStops

instance.TabStops = value
TabStops TabStops { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.TabStops

See Also

Reference

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace