System.Web 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Web.UI.WebControls.TableCell The class represents a heading cell in a control. You can use the property to specify or determine the contents of the heading cell. This class allows you to control how the contents of the heading cell are displayed. The alignment of the contents in the heading cell is specified by setting the and properties. You can use the property to specify whether the contents of the heading cell wrap in the cell. You can also specify how many rows or columns in the control are occupied by an individual heading cell. The and properties control how may rows and columns are used, respectively. Represents a heading cell within a control. Constructor Use this constructor to create and initialize a new instance of the class. Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.ComponentModel.DefaultValue("") System.String To be added. The property is rendered as the abbr attribute of the HTML th element. The abbr attribute is used by screen readers to read a shortened version of a header for each cell in the table. The property is significant for browsers that render abbreviated text in place of the content for the control. The value of this property is stored in view state. Gets or sets the abbr attribute of the HTML th element for the control. Method 2.0.0.0 System.Void The method overrides the method for the base class and, in addition to calling the base method, renders the and properties to the scope and abbr attribute of HTML th element, respectively. Applies attributes to render to the control. An that receives the rendered content. Property 2.0.0.0 System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter)) System.ComponentModel.DefaultValue(null) System.String[] To be added. The categories can be any string values that are pertinent to the table. The property is rendered as the axis attribute of the HTML th element, which is used to group table cells into conceptual categories. The categories are rendered in HTML as a comma-delimited list. The value of this property is stored in view state. Gets or sets the axis attribute of the HTML th element for the control. Property 2.0.0.0 System.ComponentModel.DefaultValue(System.Web.UI.WebControls.TableHeaderScope.NotSet) System.Web.UI.WebControls.TableHeaderScope To be added. Use the property to get or set the scope of the control when it is rendered. The scope of the represents the cells that the header applies to. For complex tables, use the property, which provides more control over the specification of the relationship of header cells to data cells. The property is used to make HTML tables more accessible by providing information about relationships between the cells and the headers. For a list of the available table header scopes, see . The value of this property is stored in view state. Gets or sets the scope of the control when it is rendered.