A Sandcastle Documented Class Library
![]() | DocxTableRowsIterator Constructor |
Initializes a new instance of the DocxTableRowsIterator class.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxTableRowsIterator( Table table )
Public Sub New ( table As Table )
public: DocxTableRowsIterator( Table^ table )
new : table : Table -> DocxTableRowsIterator
Parameters
- table
- Type: Table
The table.
