Click or drag to resize

ILayoutRow Methods


The ILayoutRow type exposes the following members.

Methods
  Name Description
Public method Add(ILayoutColumn) Adds one or more Layout Columns, and append them to the end
Public method Add(ILayoutColumn, Int32) Adds a new Column at the specified position
Public method Clear Removes all child Layout Columns
Public method Format Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit)
Public method Remove(Int32) Removes a child Layout Column place a the specified location
Public method Remove(String) Removes a child Layout Column by its unique id
Public method Code example Serialize Generates an XML element for this container
(Inherited from IContainer)
Top
See Also