Click or drag to resize

DocxCellIteratorGetEnumerator Method

Returns an enumerator that iterates through the collection.

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