Gets or sets the scope of the System.Web.UI.WebControls.TableHeaderCell control when it is rendered.
Documentation for this section has not yet been entered.
Use the TableHeaderCell.Scope property to get or set the scope of the System.Web.UI.WebControls.TableHeaderCell control when it is rendered. The scope of the System.Web.UI.WebControls.TableHeaderCell represents the cells that the header applies to. For complex tables, use the TableCell.AssociatedHeaderCellID property, which provides more control over the specification of the relationship of header cells to data cells. The TableHeaderCell.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 System.Web.UI.WebControls.TableHeaderScope.
The value of this property is stored in view state.