API Reference
Class
LegacyXlsAutoFilterCondition
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
- value System.String
- valueKind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsAutoFilterValueKind = Unknown
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.