Hello Sir,
I need your help on a printing function.
I want to print a line after 10 rows from the first line in c#.
This is how my printing look like:-
SINo Name Age Address
-----------------------------------------------------------------
1 Victor 25 Nedungattu house, Calicut
// from here I want to count 10 rows, then to print , means print next line after ten rows and print next datas. how to read first line?
ID : --------------