TableStyleFormatCollectionGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.5.21
Syntaxpublic IEnumerator<TableStyleFormat> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TableStyleFormat)
Return Value
IEnumeratorTableStyleFormatAn
IEnumerator<TableStyleFormat> object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also