Click or drag to resize

TableRow AddCell Method (Boolean)

Adds the cell.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableCell AddCell(
	bool isCopyFormat
)

Parameters

isCopyFormat
Type: System Boolean
Specifies whether to apply the parent row format.

Return Value

Type: TableCell
See Also