Click or drag to resize

DocxTableRowsIterator Constructor

Initializes a new instance of the DocxTableRowsIterator class.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxTableRowsIterator(
	Table table
)

Parameters

table  Table
The table.
See Also