Initializes a new instance of the Td class.

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

Syntax

C#
public Td(
	string cssclass,
	string id,
	string style,
	int colspan,
	int rowspan
)

Parameters

cssclass
Type: System..::..String
An optional CSS class for this element.
id
Type: System..::..String
An optional id for this element.
style
Type: System..::..String
An optional inline style for this element.
colspan
Type: System..::..Int32
Optional number of spanned columns.
rowspan
Type: System..::..Int32
Optional number of spanned rows.

See Also