Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Item Property / Item(Single) Property
The position (in points) of the tab stop.

In This Topic
    Item(Single) Property
    In This Topic
    Gets a tab stop at a specified position.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal position As System.Single _
    ) As TabStop
    public TabStop Item( 
       System.float position
    ) {get;}

    Parameters

    position
    The position (in points) of the tab stop.

    Property Value

    Returns the tab stop at the specified position.
    See Also