Click or drag to resize

ITable AddRow Method (Boolean, Boolean)

Adds a row to table with copy format option

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TableRow AddRow(
	bool isCopyFormat,
	bool autoPopulateCells
)

Parameters

isCopyFormat
Type: System Boolean
Indicates whether copy format from previous row or not
autoPopulateCells
Type: System Boolean
if it specifies auto populate cells, set to true .

Return Value

Type: TableRow
See Also