RowFilterSettings

RowFilterSettings class

RowFilter. 的摘要描述

public class RowFilterSettings : IComparer

特性

姓名描述
Criteria { get; set; }过滤条件字符串。
EnableAutoFilter { get; set; }启用自动过滤。 HeaderRow 将显示下拉按钮,让用户选择要过滤的列值。
EndCol { get; set; }过滤范围的结束列号。
HeaderRow { get; set; }将显示过滤器下拉按钮的标题行号。
StartCol { get; set; }过滤器范围的起始列号。

方法

姓名描述
Compare(object, object)仅供内部使用。
CustomRows(int, GridFilterOperatorType, object)使用自定义条件过滤列表。
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)使用自定义条件过滤列表。
FilterRows(int, string)使用条件字符串过滤行。
ShowAll()取消隐藏所有行。

也可以看看