| 
Section
AddTable Method (Boolean)
  | 
 Adds the table.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
- 
 Type:
 
System
Boolean
 
 Display table borders.True to display;False does not display.
Return Value
 
 Type:
 
Table
 
 
 See Also
See Also