Difference between revisions of "Cell Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 5: Line 5:
 
{{Example|1=<code>Cell[2,1]</code> returns copy of B1.}}
 
{{Example|1=<code>Cell[2,1]</code> returns copy of B1.}}
 
{{Note|By default the cells in spreadsheet cells are [[Free, Dependent and Auxiliary Objects|auxiliary]] and in such case this command returns auxiliary object as well.}}
 
{{Note|By default the cells in spreadsheet cells are [[Free, Dependent and Auxiliary Objects|auxiliary]] and in such case this command returns auxiliary object as well.}}
{{Note|You must make sure that the cells you refer to are '''earlier''' in the [[Construction_Protocol]] than this command}}
+
{{Note|You must make sure that the cells you refer to are '''earlier''' in the [[Construction_Protocol|Construction Protocol]] than this command}}

Revision as of 15:44, 7 April 2013



Cell[ <Column>, <Row> ]
Returns copy of spreadsheet cell in given column and row.
Example: Cell[2,1] returns copy of B1.
Note: By default the cells in spreadsheet cells are auxiliary and in such case this command returns auxiliary object as well.
Note: You must make sure that the cells you refer to are earlier in the Construction Protocol than this command
© 2024 International GeoGebra Institute