Click or drag to resize

ILayoutRow Methods


The ILayoutRow type exposes the following members.

Methods
  NameDescription
Public methodAdd(ILayoutColumn)
Adds one or more Layout Columns, and append them to the end
Public methodAdd(ILayoutColumn, Int32)
Adds a new Column at the specified position
Public methodClear
Removes all child Layout Columns
Public methodFormat
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit.)
Public methodRemove(Int32)
Removes a child Layout Column place a the specified location
Public methodRemove(String)
Removes a child Layout Column by its unique id
Public methodCode exampleSerialize
Generates an XML element for this container
(Inherited from IContainer.)
Top
See Also