1
Reply

To maintain the value at each level

srinath

srinath

May 31 2013 4:23 AM
995
Hi,
 
I have a elements in 6 columns in an excel sheet like if we have columns in excel sheets as "A,B,C,D,E,F" corresponding number of elements in each column is 1,6,1,5,1,8.
 
I want to maintain the values like 1,1,1,1,1,1
1,1,1,1,1,2
.
.
1,1,1,1,1,8
1,1,1,2,1,1
1,1,1,2,1,2
.
.
1,1,1,2,1,8
.
.
.
.
1,6,1,5,1,8
 
I need to maintain this type of scenario dynamically in C#. I tried but I couldn't get it.
I have searched in google but i couldn't get a solution.
Please help me in getting a solution.

Answers (1)