Plumtree UI Infrastructure API  
 

HTMLTableRow.AddInnerHTMLElement Method 

Call this method to add an HTMLTableCell to this HTMLTableRow. The HTMLTableCell being added to this row must have been constructed with a reference to this particular HTMLTableRow. In this way, a given instance of an HTMLTableCell "belongs" to a given instance of an HTMLTableRow.

public override void AddInnerHTMLElement(
   HTMLElement e
);

See Also

HTMLTableRow Class | com.plumtree.xpshared.htmlelements Namespace