get_cell_collection method
get_cell_collection
Gets the set of cells.
Returns
Set of cells IChartCellCollection
def get_cell_collection(self, formula, skip_hidden_cells):
    ...
| Parameter | Type | Description | 
|---|---|---|
| formula | str | Excel formula like “Sheet1!$A$2:$A$5”. | 
| skip_hidden_cells | bool | If true then method returns collection without hidden cells. | 
See Also
- class IChartCellCollection
- class IChartDataWorkbook
- module aspose.slides.charts
- library Aspose.Slides