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