Click or drag to resize

TableStyleFormatCollectionGetEnumerator Method

Returns an enumerator that iterates through a collection.

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

Return Value

IEnumeratorTableStyleFormat
An IEnumerator<TableStyleFormat> object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also