Difference between revisions of "Row Command"

From GeoGebra Manual
Jump to: navigation, search
m
(command syntax: changed [ ] into ( ))
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|spreadsheet}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|spreadsheet}}
;Row[ <Spreadsheet Cell> ]:Returns the row number of the [[Spreadsheet View|spreadsheet]] cell (starting at 1).
+
;Row( <Spreadsheet Cell> ):Returns the row number of the [[Spreadsheet View|spreadsheet]] cell (starting at 1).
:{{Example| 1=<code>r = Row[B3]</code> yields ''r = 3''.}}
+
:{{Example| 1=<code>r = Row(B3)</code> yields ''r = 3''.}}

Revision as of 16:10, 4 October 2017

© 2024 International GeoGebra Institute