Click or drag to resize

IAutoFilterCondition Interface

Represents the autofilter conditions.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IAutoFilterCondition

The IAutoFilterCondition type exposes the following members.

Properties
Name Description
Public property Boolean
Boolean value. Read-only.
Public property ConditionOperator
Comparison operator. Read-only.
Public property DataType
Data type. Read-only.
Public property Double
Floating-point value. Read-only.
Public property ErrorCode
Error code. Read-only.
Public property String
String value. Read-only.
Top
See Also