Clones the current
TableCell element and returns its new copy.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic TableCell Clone(
bool cloneDescendants
)
Public Function Clone (
cloneDescendants As Boolean
) As TableCell
Parameters
- cloneDescendants Boolean
- Whether to clone all descendants: Blocks elements or skip them.
Return Value
TableCellA new copy of the current
TableCell element.
See Also