ILayoutColumn Methods |
The ILayoutColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IContentUnit) |
Adds one to more Content Unit Instances, and append them to the end
| |
| Add(IContentUnit, Int32) |
Adds a new Content Unit Instance at the specified position
| |
| Add(ILayoutRow, Int32) |
Adds a new Layout Row at specified position
| |
| Add(IContentUnit, IContentUnitInstance, Int32) |
Adds a Content Unit Instance at the specified position
| |
| Clear |
Removes all child Display Units | |
| Format |
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit.) | |
| Remove(Int32) |
Removes a contained Display Unit at specified position
| |
| Remove(String) |
Removes a contained Display Unit of child display units connection
| |
| 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
| |
| Serialize |
Generates an XML element for this container
(Inherited from IContainer.) |