'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.