| 
Table
AddRow Method (Boolean, Int32)
  | 
 Adds a row to table with copy format option
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TableRow AddRow(
	bool isCopyFormat,
	int columnsNum
)
 
Public Function AddRow ( 
	isCopyFormat As Boolean,
	columnsNum As Integer
) As TableRow
 
public:
TableRow^ AddRow(
	bool isCopyFormat, 
	int columnsNum
)
 
member AddRow : 
isCopyFormat : bool * 
columnsNum : int -> TableRow 
 
 
 
Parameters
 
- 
isCopyFormat
 
- 
 Type:
 
System
Boolean
 
 Indicates whether copy format from previous row or not
- 
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