Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Add Method / Add(Single,TabStopAlignment) Method
The position (in points) where to add the tab stop.
A TabStopAlignment value that specifies the alignment of text at the tab stop.

In This Topic
    Add(Single,TabStopAlignment) 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, _
       ByVal alignment As TabStopAlignment _
    ) As TabStop
    public TabStop Add( 
       System.float position,
       TabStopAlignment alignment
    )

    Parameters

    position
    The position (in points) where to add the tab stop.
    alignment
    A TabStopAlignment value that specifies the alignment of text at the tab stop.

    Return Value

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