System.Web.UI.WebControls N ...


.NET Framework Class Library
TableHeaderCell Class

Represents a heading cell within a Table control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Syntax

Visual Basic (Declaration)
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class TableHeaderCell _
    Inherits TableCell
Visual Basic (Usage)
Dim instance As TableHeaderCell
C#
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class TableHeaderCell : TableCell
Visual C++
[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)]
public ref class TableHeaderCell : public TableCell
JScript
public class TableHeaderCell extends TableCell
ASP.NET
<asp:TableHeaderCell />
Remarks

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.

Examples

The following example demonstrates how to declaratively program a TableHeaderCell control.

.NET Framework Security

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.TableCell
        System.Web.UI.WebControls..::.TableHeaderCell
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Tags :


Page view tracker