API Reference

Class

LegacyXlsAutoFilterCondition

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents one parsed legacy AutoFilter condition.

Inheritance

  • Object
  • LegacyXlsAutoFilterCondition

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public LegacyXlsAutoFilterCondition(LegacyXlsAutoFilterOperator operator, String value, LegacyXlsAutoFilterValueKind valueKind = Unknown) #

Creates a parsed legacy AutoFilter condition.

Parameters

operator OfficeIMO.Excel.LegacyXls.Model.LegacyXlsAutoFilterOperator requiredposition: 0
value System.String requiredposition: 1
valueKind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsAutoFilterValueKind = Unknown optionalposition: 2

Properties

public LegacyXlsAutoFilterOperator Operator { get; } #

Gets the comparison operator.

public String Value { get; } #

Gets the comparison value normalized for Open XML projection.

public LegacyXlsAutoFilterValueKind ValueKind { get; } #

Gets the BIFF operand kind used to store the comparison value.

public LegacyXlsAutoFilterTextPatternKind TextPatternKind { get; } #

Gets the wildcard-pattern shape for text operands.

public Boolean HasTextWildcardPattern { get; } #

Gets whether the text operand contains an unescaped BIFF wildcard.