API Reference

Enum

LegacyXlsAutoFilterKind

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

Identifies the shape of parsed legacy AutoFilter criteria.

Inheritance

  • Enum
  • LegacyXlsAutoFilterKind

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 LegacyXlsAutoFilterKind Custom #

Comparison or equality-list criteria.

Value: 0
public const LegacyXlsAutoFilterKind Top10 #

Top or bottom item/percentage criteria.

Value: 1
public const LegacyXlsAutoFilterKind Blanks #

Blank-cell criteria.

Value: 2
public const LegacyXlsAutoFilterKind NonBlanks #

Nonblank-cell criteria.

Value: 3