| DocxTable Constructor (Table) |
Costruttore wrapper standard
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public DocxTable(
Table innerObject
)
Public Sub New (
innerObject As Table
)
public:
DocxTable(
Table^ innerObject
)
new :
innerObject : Table -> DocxTable
Parameters
- innerObject
- Type: Table
L'oggetto interno.
See Also