GetCellCollection

ChartDataWorkbook.GetCellCollection method

Gets the set of cells.

public IChartCellCollection GetCellCollection(string formula, bool skipHiddenCells)
ParameterTypeDescription
formulaStringExcel formula like “Sheet1!$A$2:$A$5”.
skipHiddenCellsBooleanIf true then method returns collection without hidden cells.

See Also