| 
TableRow
AddCell Method (Boolean)
  | 
 Adds the cell.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TableCell AddCell(
	bool isCopyFormat
)
 
Public Function AddCell ( 
	isCopyFormat As Boolean
) As TableCell
 
public:
TableCell^ AddCell(
	bool isCopyFormat
)
 
member AddCell : 
isCopyFormat : bool -> TableCell 
 
 
 
Parameters
 
- 
isCopyFormat
 
- 
 Type:
 
System
Boolean
 
 Specifies whether to apply the parent row format.
Return Value
 
 Type:
 
TableCell
 
 
 See Also
See Also