FillCells Command

From GeoGebra Manual
Revision as of 21:13, 9 March 2013 by Zbynek (talk | contribs) (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 )
Jump to: navigation, search



FillCells[ <CellRange>, <Object> ]
Copies the value/equation etc. of the object to the given cellrange. Resulting cells are free objects (i.e. independent of object).
Notes:
Regarding the parameters:
  • CellRange has to be entered like this: e.g.: B2:D5.
  • Object can be anything, e.g.: 3, RandomBetween[0,10], Circle[A,B].
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 of list L).
FillCells[ <Cell>, <Matrix> ]
Copies values from the matrix. The upper left corner of the matrix is matched to the given cell. Resulting cells are free objects (i.e. independent of matrix).
Note:
Cells are labeled by column and row, e.g.: B2.
© 2024 International GeoGebra Institute