How can i get all values of a single column into an excel sheet(in different rows)??

Showing Answers 1 - 1 of 1 Answers

ravi

  • Oct 17th, 2006
 

DataTable.GetRowCount : Returns the total number of rows in the longest column in the first sheet in the run-time Data Table (global sheet).

using a for loop we can get the necessary data.

(If ther is a better way pls let me know)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions