If you are asking about the function for specifying the grid lines, some examples
Plot[Sin[x], {x, 0, 10}, GridLines -> {None, {-1, 1} &}]
Plot[Sin[x], {x, 0, 10}, GridLines -> {None, {-1, -0.75, 0.25, 1} &}]
Plot[Sin[x], {x, 0, 10}, GridLines -> {None, FindDivisions[{##}, 9] &}]