TableHeaderCell.Scope Property
Assembly: System.Web (in system.web.dll)
public: virtual property TableHeaderScope Scope { TableHeaderScope get (); void set (TableHeaderScope value); }
/** @property */ public TableHeaderScope get_Scope () /** @property */ public void set_Scope (TableHeaderScope value)
public function get Scope () : TableHeaderScope public function set Scope (value : TableHeaderScope)
Property Value
A TableHeaderScope value. The default is NotSet.Use the Scope property to get or set the scope of the TableHeaderCell control when it is rendered. The scope of the TableHeaderCell represents the cells that the header applies to. For complex tables, use the AssociatedHeaderCellID property, which provides more control over the specification of the relationship of header cells to data cells. The Scope 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 TableHeaderScope.
The value of this property is stored in view state.
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.