Click or drag to resize

ILayoutColumn Methods


The ILayoutColumn type exposes the following members.

Methods
  Name Description
Public method Add(IContentUnit) Adds one to more Content Unit Instances, and append them to the end
Public method Add(IContentUnit, Int32) Adds a new Content Unit Instance at the specified position
Public method Add(ILayoutRow, Int32) Adds a new Layout Row at specified position
Public method Add(IContentUnit, IContentUnitInstance, Int32) Adds a Content Unit Instance at the specified position
Public method Clear Removes all child Display Units
Public method Format Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit)
Public method Remove(Int32) Removes a contained Display Unit at specified position
Public method Remove(String) Removes a contained Display Unit of child display units connection
Public method Replace Replace a container Content Unit Instance with another content unit instance If both content unit instances are children of this column, this is a position swap
Public method Code example Serialize Generates an XML element for this container
(Inherited from IContainer)
Top
See Also