Adds a table cell to this row.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public void Add(
	Td td
)

Parameters

td
Type: HTMLPlusPlus..::..Td
The td element to add.

See Also