Plumtree UI Infrastructure API  
 

HTMLTable.GetNumColsSpanned Method 

Call this method to determine the number of columns spanned by this table. This value may change if rows are added or removed.

Calling this method may be expensive, as the table needs to be evaluated to determine this information.

public virtual int GetNumColsSpanned();

Return Value

See Also

HTMLTable Class | com.plumtree.xpshared.htmlelements Namespace