API Reference

Enum

HtmlRenderTableHeaderScope

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Resolved scope of a semantic HTML table header.

Inheritance

  • Enum
  • HtmlRenderTableHeaderScope

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const HtmlRenderTableHeaderScope Row #

Header applies to its row or row group.

Value: 0
public const HtmlRenderTableHeaderScope Column #

Header applies to its column or column group.

Value: 1
public const HtmlRenderTableHeaderScope Both #

Header applies to both axes.

Value: 2