Click or drag to resize

RowCollection Insert Method (Int32, TableRow)

Inserts a TableRow into the collection at the specified index.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Insert(
	int index,
	TableRow row
)

Parameters

index
Type: System Int32
The zero-based index at which the TableRow should be inserted.
row
Type: Spire.Doc TableRow
The TableRow to insert.
See Also