[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.After

After Method

After(float)

Gets the first tab stop to the right of a specified position.

Declaration
public TabStop After(float position)
Public Function After(position As Single) As TabStop
Parameters
Type Name Description
float position

The tab stop position (in points).

Returns
Type Description
TabStop

The tab stop object, or null if a suitable tab stop was not found.