Click or drag to resize

DocxCellIteratorGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.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