Initializes a new instance of the Colspan class with a selected value.

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

Syntax

C#
public Colspan(
	int value
)

Parameters

value
Type: System..::..Int32
The number of spanned columns.

See Also