[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.Contains

Contains Method

Contains(float)

Checks whether the collection contains a tab stop at a specified position.

Declaration
public bool Contains(float position)
Public Function Contains(position As Single) As Boolean
Parameters
Type Name Description
float position

The tab stop position to find.

Returns
Type Description
bool

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