J6/Grid

From J Wiki
Jump to navigation Jump to search
J6/Grid | Data Options Types | Actions Events Methods | Class DerivedClass | Hierarchical MultiDimensional MultiLine Virtual | Examples
Grid.png

Grid is a spreadsheet control for J. A grid is drawn in an isigraph control on a J form.

Examples  - see Examples for sample code, and the demo Studio|Demos...|grid for illustrations of the main facilities provided. In the demo, click the Definition button to view and experiment with the grid definitions, and the Notes button for information on each example.

Grid Verb  - the grid verb can be used to display simple grids from the J ijx window, see:

  • Verb - the grid verb

Documentation  - for using grid in a application

Development  - for developing the grid control

  • Globals - global variables used by Grid
  • Sizes - how row and column sizes are determined
  • Source - Grid source code



Contributed by Chris Burke.