Difference between revisions of "CellRange Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision)
(added v4 - example formatting)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{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: 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: <tt>A1 = 1, A2 = 4, A3 = 9</tt>. The command <tt>CellRange[A1, A3]</tt> then gives you the list {1, 4, 9}.}}

Revision as of 17:59, 13 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