TableHeaderCell Class
Assembly: System.Web (in system.web.dll)
The TableHeaderCell class represents a heading cell in a Table control. You can use the Text 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 HorizontalAlign and VerticalAlign properties. You can use the Wrap 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 Table control are occupied by an individual heading cell. The RowSpan and ColumnSpan properties control how may rows and columns are used, respectively.
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.TableCell
System.Web.UI.WebControls.TableHeaderCell
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.