Click or drag to resize

DocxCellIteratorGetEnumerator 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<DocxCell> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also