Click or drag to resize

TabStopCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IEnumerator<TabStop> GetEnumerator()

Return Value

IEnumeratorTabStop
An IEnumerator<TabStop> object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also