_ParagraphFormat.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 _ParagraphFormat
Dim value As TabStops
value = instance.TabStops
instance.TabStops = value
TabStops TabStops { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.TabStops