SelectRange
Worksheet.SelectRange method
选择一个范围。
public void SelectRange(int startRow, int startColumn, int totalRows, int totalColumns,
bool removeOthers)
范围 | 类型 | 描述 |
---|---|---|
startRow | Int32 | 起始行. |
startColumn | Int32 | 起始列 |
totalRows | Int32 | 行数。 |
totalColumns | Int32 | 列数 |
removeOthers | Boolean | True 表示删除其他选定范围并仅选择此范围。 |
也可以看看
- class Worksheet
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells