Difference between revisions of "CellRange Command"

From GeoGebra Manual
Jump to: navigation, search
(added v4 - example formatting)
(added v4 - example formatting)
Line 2: Line 2:
 
{{command|spreadsheet}}
 
{{command|spreadsheet}}
 
; CellRange[Start Cell, End Cell]: Creates a list containing the cell values in this cell range.
 
; CellRange[Start Cell, End Cell]: Creates a list containing the cell values in this cell range.
: {{Example| 1=Enter the following values into the corresponding spreadsheet cells: <tt>A1 = 1, A2 = 4, A3 = 9</tt>. The command <tt>CellRange[A1, A3]</tt> then gives you the list {1, 4, 9}.}}
+
: {{Example| 1=Enter the following values into the corresponding spreadsheet cells: <code>A1 = 1, A2 = 4, A3 = 9</code>. The command <code>CellRange[A1, A3]</code> then gives you the list {1, 4, 9}.}}

Revision as of 17:59, 23 February 2011


CellRange[Start Cell, End Cell]
Creates a list containing the cell values in this cell range.
Example: Enter the following values into the corresponding spreadsheet cells: A1 = 1, A2 = 4, A3 = 9. The command CellRange[A1, A3] then gives you the list {1, 4, 9}.
© 2024 International GeoGebra Institute