gabriel_15
New member
- Joined
- Feb 2, 2011
- Messages
- 3
- Programming Experience
- 1-3
Hello Good Day,
Please help me guys on this one. I have a datagridview that contains data from another datagridview by way of drop function. The row consist of 5 columns: Name: Age: Gender: Address: Occupation
I can convert these rows into excel in a horizontal approach. My problem is this, I am having difficulty converting the rows in a single column only. i cannot configure the exact offset whatever function that was.
What i want is i want the rows as well as its corresponding column to match when its converted to excel.
I.E.
Before:
Name Age Gender Address Occuaption
Jay 15 M Ohio Employee
The format i want is:
Name: Jay
Age : 15
Gender: M
Address: Ohio
Occupation: Employee
Then every time you convert it there will be a single spacing below for another data for formality.
Please help me... Thanks and Godspeed.
Please help me guys on this one. I have a datagridview that contains data from another datagridview by way of drop function. The row consist of 5 columns: Name: Age: Gender: Address: Occupation
I can convert these rows into excel in a horizontal approach. My problem is this, I am having difficulty converting the rows in a single column only. i cannot configure the exact offset whatever function that was.
What i want is i want the rows as well as its corresponding column to match when its converted to excel.
I.E.
Before:
Name Age Gender Address Occuaption
Jay 15 M Ohio Employee
The format i want is:
Name: Jay
Age : 15
Gender: M
Address: Ohio
Occupation: Employee
Then every time you convert it there will be a single spacing below for another data for formality.
Please help me... Thanks and Godspeed.