GetCellCollection()

IChartDataWorkbook::GetCellCollection(System::String, bool) method

Gets the set of cells.

virtual System::SharedPtr<IChartCellCollection> Aspose::Slides::Charts::IChartDataWorkbook::GetCellCollection(System::String formula, bool skipHiddenCells)=0

Arguments

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

Return Value

Set of cells IChartCellCollection

See Also