clear_sparklines method

clear_sparklines(self, cell_area)

Clears the sparklines that is inside an area of cells.


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

Remarks

SparklineGroup will be removed too if it does not contains any Sparkline.

See Also