Plumtree UI Infrastructure API  
 

HTMLTableCell.SetAutoFit Method 

Call this method to toggle whether or not this HTMLTableCell is an autofit cell. An autofit cell will take up as many columns as is necessary to complete the row within which it resides. When asked to display, a given HTMLTableRow may only have one single autofit cell. This check is executed at display time, and an HTMLException will be thrown if there are multiple autofit cells within a given row. Note that autofit does not apply to rowspan, which must be set manually.

public virtual void SetAutoFit(
   bool b
);

Parameters

b

See Also

HTMLTableCell Class | com.plumtree.xpshared.htmlelements Namespace