Adds a table to end of text body.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int Add(
	ITable table
)
Public Function Add ( 
	table As ITable
) As Integer
public:
virtual int Add(
	ITable^ table
) sealed
abstract Add : 
        table : ITable -> int 
override Add : 
        table : ITable -> int 

Parameters

table
ITable
The table.

Return Value

Int32

Implements

ITableCollection..::..Add(ITable)

See Also