DocxCellIterator Constructor

QsInformatica.Utils

DocxCellIterator Constructor

Initializes a new instance of the DocxCellIterator class.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxCellIterator(
	Table innerObject
)
Public Sub New ( 
	innerObject As Table
)
public:
DocxCellIterator(
	Table^ innerObject
)
new : 
        innerObject : Table -> DocxCellIterator

Parameters

innerObject
Type: Table
The inner object.
Exceptions
ExceptionCondition
NotImplementedException
See Also