Enum TableHeaderScope
The header scope of a TableHeaderCell.
public enum TableHeaderScope : byte
Fields
None = 0No scope is declared.
Column = 1The header describes its column (
/Scope /Column).Row = 2The header describes its row (
/Scope /Row).Both = 3The header describes both (
/Scope /Both).