get_range method

get_range

Gets the range if this name refers to a range.

Returns

The range.

def get_range(self):
    ...

get_range

Gets the range if this name refers to a range

Returns

The range.

def get_range(self, recalculate):
    ...
ParameterTypeDescription
recalculateboolwhether recalculate it if this name has been calculated before this invocation.

get_range

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.

Returns

The range.

def get_range(self, sheet_index, row, column):
    ...
ParameterTypeDescription
sheet_indexintThe according sheet index.
rowintThe according row index.
columnintThe according column index

See Also