Adds the table.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Table AddTable(
	bool showBorder
)
Public Function AddTable ( 
	showBorder As Boolean
) As Table
public:
Table^ AddTable(
	bool showBorder
)
member AddTable : 
        showBorder : bool -> Table 

Parameters

showBorder
Boolean
Is Show Border

Return Value

Table

See Also