Difference between revisions of "Column Command"

From GeoGebra Manual
Jump to: navigation, search
m
 
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|spreadsheet}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|spreadsheet}}
;Column[ <Spreadsheet Cell> ]:Returns the column of the cell as a number (starting at 1).
+
;Column( <Spreadsheet Cell> ):Returns the column of the cell as a number (starting at 1).
:{{Example|1=<code>q = Column[B3]</code> returns ''q = 2'' since column ''B'' is the second column of the [[Spreadsheet View|spreadsheet]].}}
+
:{{Example|1=<code>q = Column(B3)</code> returns ''q = 2'' since column ''B'' is the second column of the [[Spreadsheet View|spreadsheet]].}}

Latest revision as of 15:08, 4 October 2017

© 2024 International GeoGebra Institute