AddDateFilter
AutoFilter.AddDateFilter method
添加日期过滤器。
public void AddDateFilter(int fieldIndex, DateTimeGroupingType dateTimeGroupingType, int year,
int month, int day, int hour, int minute, int second)
范围 | 类型 | 描述 |
---|---|---|
fieldIndex | Int32 | 您要作为过滤器基础的字段的整数偏移量 (从列表的左侧开始;最左侧的字段是字段0)。 |
dateTimeGroupingType | DateTimeGroupingType | DateTimeGroupingType |
year | Int32 | 那一年。 |
month | Int32 | 这个月。 |
day | Int32 | 那天。 |
hour | Int32 | 小时。 |
minute | Int32 | 分钟。 |
second | Int32 | 第二。 |
评论
如果DateTimeGroupingType 为Year,仅参数年生效。 如果DateTiemGroupingType 为Month,仅参数年月生效。
也可以看看
- enum DateTimeGroupingType
- class AutoFilter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells