Difference between revisions of "FillCells Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|spreadsheet}}
 
{{command|spreadsheet}}
 
;FillCells[ <CellRange>, <Object> ]
 
;FillCells[ <CellRange>, <Object> ]
;FillCells[ <Cell>, <List> ]
+
;FillCells[<Cell>, <List>]: Copies values from the list to the first cells on the right of the given cell. Resulting cells are free objects (i.e. independent on list L).
;FillCells[ <Cell>, <Matrix> ]
+
;FillCells[<Cell>, <Matrix>]: Copies values from the matrix. The left corner of the matrix is matched to the given cell. Resulting cells are free objects (i.e. independent on matrix).
:{{description}}
+
 
[[es:Comando RellenaCeldas]]
+
{{Note|Cells are labeled by column and row, e.g.: B2.}}

Revision as of 09:47, 10 August 2011



FillCells[ <CellRange>, <Object> ]
FillCells[<Cell>, <List>]
Copies values from the list to the first cells on the right of the given cell. Resulting cells are free objects (i.e. independent on list L).
FillCells[<Cell>, <Matrix>]
Copies values from the matrix. The left corner of the matrix is matched to the given cell. Resulting cells are free objects (i.e. independent on matrix).
Note: Cells are labeled by column and row, e.g.: B2.
© 2024 International GeoGebra Institute