Click or drag to resize

TableCollection Add Method

Adds a table to end of text body.

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

Parameters

table
Type: Spire.Doc.Interface ITable
The table.

Return Value

Type: Int32

Implements

ITableCollection Add(ITable)
See Also