Aspose::Cells::CellArea::CreateCellArea method
Contents
[
Hide
]CellArea::CreateCellArea(int, int, int, int) method
Creates a cell area.
static CellArea Aspose::Cells::CellArea::CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
| Parameter | Type | Description |
|---|---|---|
| startRow | int | The start row. |
| startColumn | int | The start column. |
| endRow | int | The end row. |
| endColumn | int | The end column. |
ReturnValue
Return a CellArea.
See Also
- Class CellArea
- Class Vector
- Class CellArea
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellArea::CreateCellArea(const U16String&, const U16String&) method
Creates a cell area.
static CellArea Aspose::Cells::CellArea::CreateCellArea(const U16String &startCellName, const U16String &endCellName)
| Parameter | Type | Description |
|---|---|---|
| startCellName | const U16String& | The top-left cell of the range. |
| endCellName | const U16String& | The bottom-right cell of the range. |
ReturnValue
Return a CellArea.
See Also
- Class CellArea
- Class Vector
- Class U16String
- Class CellArea
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellArea::CreateCellArea(const char16_t*, const char16_t*) method
Creates a cell area.
static CellArea Aspose::Cells::CellArea::CreateCellArea(const char16_t *startCellName, const char16_t *endCellName)
| Parameter | Type | Description |
|---|---|---|
| startCellName | const char16_t* | The top-left cell of the range. |
| endCellName | const char16_t* | The bottom-right cell of the range. |
ReturnValue
Return a CellArea.
See Also
- Class CellArea
- Class Vector
- Class CellArea
- Namespace Aspose::Cells
- Library Aspose.Cells for C++