ixfx
    Preparing search index...
    • Enumerate rows of a grid as arrays of cell coordinates.

      Works with Uniform and Jagged grids. In the case of JaggedGrids, the returned rows might be of different lengths.

      Parameters

      • grid: Grid
      • startRow: number = 0

        Starting row index, by default 0

      • OptionalendRowInclusive: number

        Ending row index, by default last row of grid (ie grid.rows -1)

      Returns Generator<GridCell[]>