TabStopCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic IEnumerator<TabStop> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TabStop)
Return Value
IEnumeratorTabStopAn
IEnumerator<TabStop> object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also