Arbortext Command Language > Using the Arbortext Command Language > Table Functions > Row-Major Ordering
  
Row-Major Ordering
Functions that return a list of cells or rules usually do so in row-major order. Row major order means starting with the upper-left cell in a grid (or in a region within a grid) and proceeding horizontally from left to right. At the end of the row, we move to the left most cell of the row below, and again continue from left to right. The last cell processed is the lower-right cell of the grid or region.