Hello friends,
am trying to multiply the data from two columns from the same excel but am not sure where the structure of my code is going wrong, tried changing some () to but to no avail.
I got the code from another thread which I can’t find anymore but it was originally in VB
Code placed in the assign is
Convert.ToString(Convert.ToInt32(row[“Possible Setups”].ToString)*Convert.ToInt32(row[“F1”].ToString))
Code I used for reference in VB was
Convert.ToString(Convert.ToInt32(row(“Number1”).ToString)*Convert.ToInt32(row(“Number2”).ToString))