Difference between revisions of "CellRange Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
(create official page from pdf)
Line 1: Line 1:
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 +
{{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: 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 03:57, 4 November 2010


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