 | DocxCell(TableCell) Constructor |
Costruttore wrapper
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 28.1.0-RC
Syntaxpublic DocxCell(
TableCell innerObject
)
Public Sub New (
innerObject As TableCell
)
public:
DocxCell(
TableCell^ innerObject
)
new :
innerObject : TableCell -> DocxCellParameters
- innerObject TableCell
- The inner object.
See Also