API Reference
Enum
LegacyXlsAutoFilterTextPatternKind
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.
Returned or exposed by
- Property LegacyXlsAutoFilterCondition.TextPatternKind
- Field LegacyXlsAutoFilterTextPatternKind.BeginsWith
- Field LegacyXlsAutoFilterTextPatternKind.Contains
- Field LegacyXlsAutoFilterTextPatternKind.EndsWith
- Field LegacyXlsAutoFilterTextPatternKind.ExactText
- Field LegacyXlsAutoFilterTextPatternKind.None
- Field LegacyXlsAutoFilterTextPatternKind.WildcardExpression
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsAutoFilterTextPatternKind ExactText #The text operand does not contain BIFF wildcard characters.
Value:
1public const LegacyXlsAutoFilterTextPatternKind BeginsWith #The text operand ends with an unescaped asterisk wildcard.
Value:
2public const LegacyXlsAutoFilterTextPatternKind EndsWith #The text operand starts with an unescaped asterisk wildcard.
Value:
3public const LegacyXlsAutoFilterTextPatternKind Contains #The text operand starts and ends with unescaped asterisk wildcards.
Value:
4public const LegacyXlsAutoFilterTextPatternKind WildcardExpression #The text operand contains a wildcard expression that is not one of the simple prefix/suffix shapes.
Value:
5