Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Contains Method
The tab stop position to find.

In This Topic
    Contains Method (TabStopCollection)
    In This Topic
    Checks whether the collection contains a tab stop at a specified position.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal position As System.Single _
    ) As System.Boolean
    public System.bool Contains( 
       System.float position
    )

    Parameters

    position
    The tab stop position to find.

    Return Value

    True if the collection contains a tab stop at the specified position, false otherwise.
    See Also