Click or drag to resize

ILayoutColumn Methods


The ILayoutColumn type exposes the following members.

Methods
  NameDescription
Public methodAdd(IContentUnit)
Adds one to more Content Unit Instances, and append them to the end
Public methodAdd(IContentUnit, Int32)
Adds a new Content Unit Instance at the specified position
Public methodAdd(ILayoutRow, Int32)
Adds a new Layout Row at specified position
Public methodAdd(IContentUnit, IContentUnitInstance, Int32)
Adds a Content Unit Instance at the specified position
Public methodClear
Removes all child Display Units
Public methodFormat
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit.)
Public methodRemove(Int32)
Removes a contained Display Unit at specified position
Public methodRemove(String)
Removes a contained Display Unit of child display units connection
Public methodReplace
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 methodCode exampleSerialize
Generates an XML element for this container
(Inherited from IContainer.)
Top
See Also