Aspose::Cells::Name::GetRange method

Name::GetRange() method

Gets the range if this name refers to a range.

Range Aspose::Cells::Name::GetRange()

ReturnValue

The range.

See Also

Name::GetRange(bool) method

Gets the range if this name refers to a range.

Range Aspose::Cells::Name::GetRange(bool recalculate)
ParameterTypeDescription
recalculateboolwhether recalculate it if this name has been calculated before this invocation.

ReturnValue

The range.

See Also

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)
ParameterTypeDescription
sheetIndexint32_tThe according sheet index.
rowint32_tThe according row index.
columnint32_tThe according column index

ReturnValue

The range.

See Also