get_cell_collection method

get_cell_collection

Gets the set of cells.

Returns

Set of cells IChartCellCollection

def get_cell_collection(self, formula, skip_hidden_cells):
    ...
ParameterTypeDescription
formulastrExcel formula like “Sheet1!$A$2:$A$5”.
skip_hidden_cellsboolIf true then method returns collection without hidden cells.

See Also