| DocxCell(TableCell) Constructor |
Costruttore wrapper
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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