API Reference

Enum

LegacyXlsAutoFilterTextPatternKind

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

Identifies the text-pattern shape represented by a legacy AutoFilter text operand.

Inheritance

  • Enum
  • LegacyXlsAutoFilterTextPatternKind

Usage

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

Values

public const LegacyXlsAutoFilterTextPatternKind None #

The condition is not a text operand.

Value: 0
public const LegacyXlsAutoFilterTextPatternKind ExactText #

The text operand does not contain BIFF wildcard characters.

Value: 1
public const LegacyXlsAutoFilterTextPatternKind BeginsWith #

The text operand ends with an unescaped asterisk wildcard.

Value: 2
public const LegacyXlsAutoFilterTextPatternKind EndsWith #

The text operand starts with an unescaped asterisk wildcard.

Value: 3
public const LegacyXlsAutoFilterTextPatternKind Contains #

The text operand starts and ends with unescaped asterisk wildcards.

Value: 4
public const LegacyXlsAutoFilterTextPatternKind WildcardExpression #

The text operand contains a wildcard expression that is not one of the simple prefix/suffix shapes.

Value: 5