CreateCellArea
CreateCellArea(int, int, int, int)
创建一个单元格区域。
public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
范围 | 类型 | 描述 |
---|---|---|
startRow | Int32 | 起始行。 |
startColumn | Int32 | 起始列。 |
endRow | Int32 | 最后一排。 |
endColumn | Int32 | 最后一栏。 |
返回值
返回一个CellArea
.
也可以看看
- struct CellArea
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
CreateCellArea(string, string)
创建一个单元格区域。
public static CellArea CreateCellArea(string startCellName, string endCellName)
范围 | 类型 | 描述 |
---|---|---|
startCellName | String | 范围的左上角单元格。 |
endCellName | String | 范围的右下角单元格。 |
返回值
返回一个CellArea
.
也可以看看
- struct CellArea
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells