TableRowSyntaxNode.AppendCell

TableRowSyntaxNode.AppendCell method

Defines the interface for append of the cell.

public TableCellSyntaxNode AppendCell(TableCellSyntaxNode cell)
ParameterTypeDescription
cellTableCellSyntaxNodeThe TableCellSyntax.

Return Value

The table syntax.

See Also