TabStops.After Method
Returns the next TabStop object to the right of Position.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function After ( _
Position As Single _
) As TabStop
'Usage
Dim instance As TabStops
Dim Position As Single
Dim returnValue As TabStop
returnValue = instance.After(Position)
TabStop After(
float Position
)
Parameters
- Position
Type: System.Single
Required Single. A location on the ruler, in points.
Return Value
Type: Microsoft.Office.Interop.Word.TabStop