AddAutoFilter
Worksheet.AddAutoFilter method
设置应用指定自动筛选的范围。
public void AddAutoFilter(int row, int startColumn, int endColumn)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 标题行索引。 |
startColumn | Int32 | 开始列索引。 |
endColumn | Int32 | 结束列索引。 |
设置应用指定自动筛选的范围。
public void AddAutoFilter(int row, int startColumn, int endColumn)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 标题行索引。 |
startColumn | Int32 | 开始列索引。 |
endColumn | Int32 | 结束列索引。 |