TableHeaderScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the HTML scope
attribute for classes that represent header cells in a table.
public enum class TableHeaderScope
public enum TableHeaderScope
type TableHeaderScope =
Public Enum TableHeaderScope
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotSet | 0 | The |
Row | 1 | The object that represents a header cell of a table is rendered with the |
Column | 2 | The object that represents a header cell of a table is rendered with the |
Remarks
The TableHeaderScope enumeration is used by the DataControlFieldHeaderCell and TableHeaderCell classes to represent the scope of the header cell when it is rendered. The default Scope
property for both of these classes is the NotSet value, in which case no HTML scope
attribute is written for the header cell. The Scope property is used to make HTML tables more accessible by providing information about relationships between the cells and the headers.