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