CellArea.CreateCellArea
CreateCellArea(int, int, int, int)
Creates a cell area.
public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row. |
startColumn | Int32 | The start column. |
endRow | Int32 | The end row. |
endColumn | Int32 | The end column. |
Return Value
Return a CellArea
.
See Also
- struct CellArea
- namespace Aspose.Cells
- assembly Aspose.Cells
CreateCellArea(string, string)
Creates a cell area.
public static CellArea CreateCellArea(string startCellName, string endCellName)
Parameter | Type | Description |
---|---|---|
startCellName | String | The top-left cell of the range. |
endCellName | String | The bottom-right cell of the range. |
Return Value
Return a CellArea
.
See Also
- struct CellArea
- namespace Aspose.Cells
- assembly Aspose.Cells