clear_sparklines method
clear_sparklines(self, cell_area)
Clears the sparklines that is inside an area of cells.
def clear_sparklines(self, cell_area):
...
| Parameter | Type | Description |
|---|---|---|
| cell_area | aspose.cells.CellArea | Specifies the area of cells |
Remarks
SparklineGroup will be removed too if it does not contains any Sparkline.
See Also
- module
aspose.cells.charts - class
Sparkline - class
SparklineGroup - class
SparklineGroupCollection