Adds the cell.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Boolean
Specifies whether to apply the parent row format.

Return Value

TableCell

See Also