Custom
Custom(int, FilterOperatorType, object)
使用自定义条件过滤列表。
public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1)
| 范围 | 类型 | 描述 |
|---|---|---|
| fieldIndex | Int32 | 您希望作为过滤器 基础的字段的整数偏移量(从列表的左侧开始;最左侧的字段是字段0)。 |
| operatorType1 | FilterOperatorType | 过滤器运算符类型 |
| criteria1 | Object | 自定义标准 |
也可以看看
- enum FilterOperatorType
- class AutoFilter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Custom(int, FilterOperatorType, object, bool, FilterOperatorType, object)
使用自定义条件过滤列表。
public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1, bool isAnd,
FilterOperatorType operatorType2, object criteria2)
| 范围 | 类型 | 描述 |
|---|---|---|
| fieldIndex | Int32 | 您希望作为过滤器 基础的字段的整数偏移量(从列表的左侧开始;最左侧的字段是字段0)。 |
| operatorType1 | FilterOperatorType | 过滤器运算符类型 |
| criteria1 | Object | 自定义标准 |
| isAnd | Boolean | |
| operatorType2 | FilterOperatorType | 过滤器运算符类型 |
| criteria2 | Object | 自定义标准 |
也可以看看
- enum FilterOperatorType
- class AutoFilter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells