getCellCollection
getCellCollection(String formula, boolean skipHiddenCells) function
Gets the set of cells.
Parameters
Name | Type | Description |
---|---|---|
formula | String | Excel formula like “Sheet1!$A$2:$A$5”. |
skipHiddenCells | boolean | If true then function returns collection without hidden cells. |