Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Add Method / Add(Single) Method
The position (in points) where to add the tab stop.

In This Topic
    Add(Single) Method
    In This Topic
    Adds or replaces a tab stop at a specified position.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal position As System.Single _
    ) As TabStop
    public TabStop Add( 
       System.float position
    )

    Parameters

    position
    The position (in points) where to add the tab stop.

    Return Value

    The new tab stop object added at the specified position.
    See Also