Click or drag to resize

TableCollection Insert Method

Inserts a table into 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 int Insert(
	int index,
	ITable table
)

Parameters

index
Type: System Int32
The index.
table
Type: Spire.Doc.Interface ITable
The table.

Return Value

Type: Int32
See Also