Click or drag to resize

DocxTableRows Property

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 IEnumerable<DocxTableRow> Rows { get; }

Property Value

IEnumerableDocxTableRow
The rows.
See Also