Click or drag to resize

TableCellClone Method

Clones the current TableCell element and returns its new copy.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TableCell Clone(
	bool cloneDescendants
)

Parameters

cloneDescendants  Boolean
Whether to clone all descendants: Blocks elements or skip them.

Return Value

TableCell
A new copy of the current TableCell element.
See Also