clear_sparkline_groups method

clear_sparkline_groups(self, cell_area)

Clears the sparkline groups that overlaps an area of cells.


def clear_sparkline_groups(self, cell_area):
    ...
ParameterTypeDescription
cell_areaaspose.cells.CellAreaSpecifies the area of cells

See Also