Uiinfrastructure API Docs  
 

HTMLTableCell.AppendClosingTag Method 

This method generates the closing tag of this html element. If the providesClosingTag method returns false, then this method will never be called.

protected override void AppendClosingTag(
   bool bFormat,
   XPStringBuilder sb,
   IXPResponse response
);

Parameters

bFormat
boolean indicating whether or not to format.
sb
XPStringBuilder
response
IXPResponse

See Also

HTMLTableCell Class | com.plumtree.xpshared.htmlelements Namespace