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

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

    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.
    leader
    A TabStopLeader value that specifies the type of the leader line displayed under the tab character.

    Return Value

    A new tab stop object specified on the position.
    See Also