DocxTableRowsIterator Constructor

QsInformatica.Utils

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)
Syntax
public DocxTableRowsIterator(
	Table table
)
Public Sub New ( 
	table As Table
)
public:
DocxTableRowsIterator(
	Table^ table
)
new : 
        table : Table -> DocxTableRowsIterator

Parameters

table
Type: Table
The table.
See Also