Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Before Method
The tab stop position (in points).

In This Topic
    Before Method
    In This Topic
    Gets a first tab stop to the left of a specified position.
    Syntax
    'Declaration
     
    Public Function Before( _
       ByVal position As System.Single _
    ) As TabStop
    public TabStop Before( 
       System.float position
    )

    Parameters

    position
    The tab stop position (in points).

    Return Value

    The tab stop object, or null if a suitable tab stop was not found.
    See Also