Table of Contents

Enum TableHeaderScope

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

The header scope of a TableHeaderCell.

public enum TableHeaderScope : byte

Fields

None = 0

No scope is declared.

Column = 1

The header describes its column (/Scope /Column).

Row = 2

The header describes its row (/Scope /Row).

Both = 3

The header describes both (/Scope /Both).