Adds the cell.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableCell AddCell()
Public Function AddCell As TableCell
public:
TableCell^ AddCell()
member AddCell : unit -> TableCell
Return Value
Type:
TableCell
See Also