Aspose::Cells::Name::GetRange method
Contents
[
Hide
]Name::GetRange() method
Gets the range if this name refers to a range.
Range Aspose::Cells::Name::GetRange()
ReturnValue
The range.
See Also
- Class Range
- Class Name
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Name::GetRange(bool) method
Gets the range if this name refers to a range.
Range Aspose::Cells::Name::GetRange(bool recalculate)
Parameter | Type | Description |
---|---|---|
recalculate | bool | whether recalculate it if this name has been calculated before this invocation. |
ReturnValue
The range.
See Also
- Class Range
- Class Vector
- Class Name
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Name::GetRange(int32_t, int32_t, int32_t) method
Gets the range if this name refers to a range. If the reference of this name is not absolute, the range may be different for different cell.
Range Aspose::Cells::Name::GetRange(int32_t sheetIndex, int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
sheetIndex | int32_t | The according sheet index. |
row | int32_t | The according row index. |
column | int32_t | The according column index |
ReturnValue
The range.
See Also
- Class Range
- Class Vector
- Class Name
- Namespace Aspose::Cells
- Library Aspose.Cells for C++