Click or drag to resize

ILayoutRowRemove(Int32) Method


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.6.492
Syntax
bool Remove(
	int position
)

Parameters

position  Int32
The position of the column to remove

Return Value

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