get_cell_area method

get_cell_area(self, index)

Gets the conditional formatted cell range by index.

Returns

the conditional formatted cell range


def get_cell_area(self, index):
    ...
ParameterTypeDescription
indexintthe index of the conditional formatted cell range.

See Also