Ruler.TabStops Property
Returns a TabStops collection that represents the tab stops for the specified text. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property TabStops As TabStops
Get
'Usage
Dim instance As Ruler
Dim value As TabStops
value = instance.TabStops
TabStops TabStops { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.TabStops