Removes the specified table.

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 void Remove(
	ITable table
)
Public Sub Remove ( 
	table As ITable
)
public:
void Remove(
	ITable^ table
)
member Remove : 
        table : ITable -> unit 

Parameters

table
ITable
The table.

See Also