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

ParameterTypeDescription
formulaSystem::StringExcel formula like "Sheet1!$A$2:$A$5".
skipHiddenCellsboolIf true then method returns collection without hidden cells.

See Also