| 
Table
AddRow Method (Int32)
  | 
 Adds a row to table with copy format from the current last row, and then add columnsNum cells to the new row.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TableRow AddRow(
	int columnsNum
)
 
Public Function AddRow ( 
	columnsNum As Integer
) As TableRow
 
public:
TableRow^ AddRow(
	int columnsNum
)
 
member AddRow : 
columnsNum : int -> TableRow 
 
 
 
Parameters
 
- 
columnsNum
 
- 
 Type:
 
System
Int32
 
 The number of the count of the new row, it's must be -1 < columnsNum < 64.
Return Value
 
 Type:
 
TableRow
 
 
 See Also
See Also