Construct a row array countValues from 0 to 25, elements incremented by incrementValue.
Ex: If incrementValue is 5, countValues should be [0, 5, 10, 15, 20, 25].