Gets or sets a space-separated list of table header cells associated with the System.Web.UI.WebControls.TableCell control.
Documentation for this section has not yet been entered.
The TableCell.AssociatedHeaderCellID property contains a list of header cell programmatic identifiers that provide header information of the System.Web.UI.WebControls.TableCell control. The list of header cell identifiers is rendered as a comma delimited list into the HTML <td> element's header attribute.
When setting the TableCell.AssociatedHeaderCellID property use a comma delimited list of strings. If an element of the list is not recognized as a valid table header cell an System.Web.HttpException is thrown when the TableCell.AddAttributesToRender(System.Web.UI.HtmlTextWriter) is invoked.