Name.GetRange
Contents
[
Hide
]GetRange()
Gets the range if this name refers to a range.
public Range GetRange()
Return Value
The range.
See Also
- class Range
- class Name
- namespace Aspose.Cells
- assembly Aspose.Cells
GetRange(bool)
Gets the range if this name refers to a range
public Range GetRange(bool recalculate)
Parameter | Type | Description |
---|---|---|
recalculate | Boolean | whether recalculate it if this name has been calculated before this invocation. |
Return Value
The range.
See Also
- class Range
- class Name
- namespace Aspose.Cells
- assembly Aspose.Cells
GetRange(int, int, int)
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.
public Range GetRange(int sheetIndex, int row, int column)
Parameter | Type | Description |
---|---|---|
sheetIndex | Int32 | The according sheet index. |
row | Int32 | The according row index. |
column | Int32 | The according column index |
Return Value
The range.
See Also
- class Range
- class Name
- namespace Aspose.Cells
- assembly Aspose.Cells