Click or drag to resize

ILayoutColumnRemove Method (Int32)


Removes a contained Display Unit at specified position

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 display unit to remove

Return Value

Type: Boolean
True if there is a display unit at specified position, false otherwise
See Also