Vertically oriented GridSpread

Hello all, GridSpread creates spreads that are oriented horizontally, like this:

19  18  17  16 
15  14  13  12
11  10  9   8
7   6   5   4
3   2   1   0

Is there a way to create a vertically aligned GridSpread that goes:

0  5  10  15 
1  6  11  16
2  7  12  17
3  8  13  18
4  9  14  19

Maybe it’s obvious but I really can’t figure it out :') Thanks in advance!

You can enter negative width values to flip either axis:
image

I’ve tried that but the numbers are still oriented horizontally. Changing those values only reflects the numbers symmetrically on the X or Y axis, where I’m trying to order them in an entirely different way.

I’ll try it again in case I made a mistake but I’m afraid it’s not what I’m looking for

1 Like
1 Like

Thank you @Hadasi ! It’s what I was looking for :)