TableStyleFormatCollectionGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public 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
IEnumerableTGetEnumeratorSee Also