CellRangeSelector
Input type: Sheet
Output type: Sheet
Description
Selects a subset of a Sheet
to produce a new Sheet
.
Example 1
block CarsCoreDataSelector oftype CellRangeSelector {
select: range A1:E*;
}
Selects the cells in the given range and produces a new Sheet
containing only the selected cells.
Properties
select
Type CellRange
Description
The cell range to select.