Click or drag to resize

Table AddRow Method (Boolean, Int32)

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,
	int columnsNum
)

Parameters

isCopyFormat
Type: System Boolean
Indicates whether copy format from previous row or not
columnsNum
Type: System Int32
The number of the count of the new row, it's must be -1 < columnsNum < 64.

Return Value

Type: TableRow
See Also