Adds a parsed child control to the System.Web.UI.WebControls.TableCell control.
- obj
- An object that represents the parsed element
If the System.Web.UI.WebControls.TableCell control contains child controls then the base class's TableCell.AddParsedSubObject(object) method is called; otherwise, the System.Web.UI.WebControls.TableCell control's TableCell.Text property value is added as a System.Web.UI.LiteralControl object to the System.Web.UI.WebControls.TableCell control's System.Web.UI.ControlCollection.
The TableCell.AddParsedSubObject(object) method is used primarily by control developers extending the functionality of the System.Web.UI.WebControls.TableCell control.