[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.Item

this Property

this[int]

Gets a tab stop at the given index.

Declaration
public TabStop this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
TabStop

An index into the collection of tab stops.

Implements

this[float]

Gets a tab stop at a specified position.

Declaration
public TabStop this[float position] { get; }
Parameters
Type Name Description
float position

The position (in points) of the tab stop.

Property Value
Type Description
TabStop

Returns the tab stop at the specified position.