Click or drag to resize

DocxTableRows Property

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

Property Value

Type: IEnumerableDocxTableRow
The rows.
See Also