Click or drag to resize

DocxTableRowsIteratorGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public IEnumerator<DocxTableRow> GetEnumerator()

Return Value

Type: IEnumeratorDocxTableRow
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also