resize
Resize a variable cell block.
Syntax
Section titled “Syntax”resize(hCB, rows, cols)Description
Section titled “Description”Adjusts the visible row and column count of the variable cell block referenced by hCB. For variables larger than the visible block, this changes how much of the variable is exposed in the spreadsheet view; for smaller variables, the block can be expanded to reserve space for future growth.
MathJet-specific. The block is a view of the underlying variable; resizing changes the view, not the data.
Example
Section titled “Example”resize(myVarBlock, 10, 5)