SetRange
AutoFilter.SetRange method
设置应用指定自动筛选的范围。
public void SetRange(int row, int startColumn, int endColumn)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 行索引。 |
| startColumn | Int32 | 开始列索引。 |
| endColumn | Int32 | 结束列索引。 |
也可以看看
- class AutoFilter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
设置应用指定自动筛选的范围。
public void SetRange(int row, int startColumn, int endColumn)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 行索引。 |
| startColumn | Int32 | 开始列索引。 |
| endColumn | Int32 | 结束列索引。 |