Click or drag to resize

ILayoutRowAdd Method (ILayoutColumn, Int32)


Adds a new Column at the specified position

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Add(
	ILayoutColumn col,
	int position = -1
)

Parameters

col
Type: Ingeniux.CMS.PresentationILayoutColumn
The layout column to add
position (Optional)
Type: SystemInt32
The position to insert the instance at, default to append to the end
See Also