Click or drag to resize

ILayoutRowRemove Method (Int32)


Removes a child Layout Column place a the specified location

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool Remove(
	int position
)

Parameters

position
Type: SystemInt32
The position of the column to remove

Return Value

Type: Boolean
True if column exists at specified position, false otherwise
See Also