[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.TryGetValue

TryGetValue Method

TryGetValue(float, out TabStop)

Gets a tab stop at a specified position.

Declaration
public bool TryGetValue(float position, out TabStop tabStop)
Public Function TryGetValue(position As Single, ByRef tabStop As TabStop) As Boolean
Parameters
Type Name Description
float position

The position (in points) of the tab stop.

TabStop tabStop

When this method returns, contains the tab stop at the specified position if the tab stop was found, otherwise contains null.

Returns
Type Description
bool

True if the tab stop at the specified position is found, false otherwise.