[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the tab stops.

Declaration
public IEnumerator<TabStop> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of TabStop)
Returns
Type Description
IEnumerator<TabStop>

Returns an enumerator that iterates through the tab stops.

Implements