Adds a row to the table.

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

Syntax

C#
public void Add(
	Tr row
)

Parameters

row
Type: HTMLPlusPlus..::..Tr
The tr to add.

See Also