GetCellCollection()
ChartDataWorkbook::GetCellCollection(System::String, bool) method
Gets the set of cells.
System::SharedPtr<IChartCellCollection> Aspose::Slides::Charts::ChartDataWorkbook::GetCellCollection(System::String formula, bool skipHiddenCells) override
Arguments
Parameter | Type | Description |
---|---|---|
formula | System::String | Excel formula like "Sheet1!$A$2:$A$5". |
skipHiddenCells | bool | If true then method returns collection without hidden cells. |
See Also
- Typedef SharedPtr
- Class IChartCellCollection
- Class String
- Class ChartDataWorkbook
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides