Click or drag to resize

DocxCellIteratorGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also