API Reference

Enum

ReaderTableColumnKind

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

Inferred content kind for a reader table column.

Inheritance

  • Enum
  • ReaderTableColumnKind

Usage

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

Values

public const ReaderTableColumnKind Empty #

The column has no non-empty body cells.

Value: 0
public const ReaderTableColumnKind Numeric #

The column has non-empty body cells that all look numeric.

Value: 1
public const ReaderTableColumnKind Text #

The column has non-empty body cells that all look non-numeric.

Value: 2
public const ReaderTableColumnKind Mixed #

The column contains both numeric-looking and non-numeric body cells.

Value: 3