Click or drag to resize
LayoutBuilderCellCollectionAdd Method

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void Add(
	string id,
	string colSpan,
	string rowSpan,
	string width,
	string height,
	string content
)

Parameters

id
Type: SystemString
colSpan
Type: SystemString
rowSpan
Type: SystemString
width
Type: SystemString
height
Type: SystemString
content
Type: SystemString
See Also