API Reference

Enum

LegacyXlsAutoFilterValueKind

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the BIFF operand kind used by a legacy AutoFilter condition.

Inheritance

  • Enum
  • LegacyXlsAutoFilterValueKind

Usage

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

Accepted by parameters

Values

public const LegacyXlsAutoFilterValueKind Unknown #

The operand kind was not specified by the caller.

Value: 0
public const LegacyXlsAutoFilterValueKind RkNumber #

The operand was stored as an RK number.

Value: 1
public const LegacyXlsAutoFilterValueKind Number #

The operand was stored as an IEEE 754 number.

Value: 2
public const LegacyXlsAutoFilterValueKind Text #

The operand was stored as text.

Value: 3
public const LegacyXlsAutoFilterValueKind BooleanOrError #

The operand was stored as a Boolean or error value.

Value: 4
public const LegacyXlsAutoFilterValueKind Blank #

The operand was the blank-cell sentinel.

Value: 5
public const LegacyXlsAutoFilterValueKind NonBlank #

The operand was the nonblank-cell sentinel.

Value: 6