Adds the specified flow element to this cell.

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

Syntax

C#
public void Add(
	FlowElement flowElement
)

Parameters

flowElement
Type: HTMLPlusPlus..::..FlowElement
Any block or inline element.

See Also