Click or drag to resize

ILayoutRemove Method (Int32)


Removes a Layout Row from 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 row to remove

Return Value

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