Click or drag to resize

Table AddRow Method (Boolean, Boolean)

Adds a row to table with copy format option

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public 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 specifies to populate cells automatically, set to true .

Return Value

Type: TableRow

Implements

ITable AddRow(Boolean, Boolean)
See Also