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
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. |
Return Value
Set of cells IChartCellCollection
See Also
- Typedef SharedPtr
- Class IChartCellCollection
- Class String
- Class IChartDataWorkbook
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides