Click or drag to resize

RowCollection Add Method (TableRow)

Adds a TableRow to the collection and notifies any listeners of the change.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
	TableRow row
)

Parameters

row
Type: Spire.Doc TableRow
The TableRow to add.

Return Value

Type: Int32
The index at which the TableRow was added.
See Also