[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.Before

Before Method

Before(float)

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

Declaration
public TabStop Before(float position)
Public Function Before(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.