I created a datagridview in C# and need to allow the users to enter a starting number is a cell then drag it to any number of cells that would increment the number by one. Example Put 10 in the first cell of the column and then click and drag mouse down 5 rows and have the show 11, 12, 13, 14, 15 respectively.