Perhaps you are confused and mean "columns"?
("Rows of the result set" is what I was referring to.)
A result set has rows, which are not in a deterministic order unless an "order by" is provided. Each row has columns. The columns are in order, obviously.