| 
Table
AddRow Method (Boolean, Boolean)
  | 
 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,
	bool autoPopulateCells
)
 
Public Function AddRow ( 
	isCopyFormat As Boolean,
	autoPopulateCells As Boolean
) As TableRow
 
public:
virtual TableRow^ AddRow(
	bool isCopyFormat, 
	bool autoPopulateCells
) sealed
 
abstract AddRow : 
isCopyFormat : bool * 
autoPopulateCells : bool -> TableRow 
override AddRow : 
isCopyFormat : bool * 
autoPopulateCells : bool -> TableRow 
 
 
 
Parameters
 
- 
isCopyFormat
 
- 
 Type:
 
System
Boolean
 
 Indicates whether copy format from previous row or not
- 
autoPopulateCells
 
- 
 Type:
 
System
Boolean
 
 if specifies to populate cells automatically, set to
 
true
 
 .
Return Value
 
 Type:
 
TableRow
 
Implements
 
ITable
AddRow(Boolean, Boolean)
 
 
 See Also
See Also