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

In This Topic
    After Method
    In This Topic
    Gets the first tab stop to the right of a specified position.
    Syntax
    'Declaration
     
    Public Function After( _
       ByVal position As System.Single _
    ) As TabStop
    public TabStop After( 
       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