Plumtree UI Infrastructure API  
 

HTMLTable.AddInnerHTMLElement Method 

Call this method to add a HTMLTableRow object to this table. The HTMLTableRow passed as a parameter must have been constructed with a reference to this very HTMLTable.

public override void AddInnerHTMLElement(
   HTMLElement e
);

Parameters

e

See Also

HTMLTable Class | com.plumtree.xpshared.htmlelements Namespace