GetCellCollection
IChartDataWorkbook.GetCellCollection method
Gets the set of cells.
public IChartCellCollection GetCellCollection(string formula, bool skipHiddenCells)
| Parameter | Type | Description |
|---|---|---|
| formula | String | Excel formula like “Sheet1!$A$2:$A$5”. |
| skipHiddenCells | Boolean | If true then method returns collection without hidden cells. |
Return Value
Set of cells IChartCellCollection
See Also
- interface IChartCellCollection
- interface IChartDataWorkbook
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides