Add new table to a page. Can be used with XLSX and ODS formats only.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AddTable(
	Table table
)
Visual Basic
Public Sub AddTable ( _
	table As Table _
)
Visual C++
public:
void AddTable(
	Table^ table
)

Parameters

table
Type: Arctorus.Documents.Tables..::..Table
Table to add.

See Also