Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a tab stop at the given index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As TabStop
    public TabStop Item( 
       System.int index
    ) {get;}

    Parameters

    index

    Property Value

    An index into the collection of tab stops.
    See Also