Name.GetRange

GetRange()

Gets the range if this name refers to a range.

public Range GetRange()

Return Value

The range.

See Also


GetRange(bool)

Gets the range if this name refers to a range

public Range GetRange(bool recalculate)
ParameterTypeDescription
recalculateBooleanwhether recalculate it if this name has been calculated before this invocation.

Return Value

The range.

See Also


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)
ParameterTypeDescription
sheetIndexInt32The according sheet index.
rowInt32The according row index.
columnInt32The according column index

Return Value

The range.

See Also