get range from excel sheet of separate columns using c#

K

kobycool

hi,

I want to get range of separate columns from sheet in excel.

for example: I want the entire columns: "A", "D", "F"



Can I do it in one line statement? or whether I need to do it in three steps:

sheet1.get_Range("A",...)

sheet1.get_Range("D",...)

sheet1.get_Range("F",...)



Thanks

Koby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top