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