S
sweetpotatop
Hi,
I would like to know the syntax in C# of getting a few colums in Excel
through range
e.g, I want the 45 to 50th column, what will be the syntax?
sheet.get_Range("45:50", Missing.Value)? But I guess that just give me
row 45 to 50 instead.
I know I can do sheet.get_Range("B:K", Missing.Value), but what
happens to anything > "Z", since I will be looping through the ranges
e.g 45-50 then 60-70 then 75-90...I wonder what the best way is to do
this
Thanks in advance. Your help would be greatly appreciated.
I would like to know the syntax in C# of getting a few colums in Excel
through range
e.g, I want the 45 to 50th column, what will be the syntax?
sheet.get_Range("45:50", Missing.Value)? But I guess that just give me
row 45 to 50 instead.
I know I can do sheet.get_Range("B:K", Missing.Value), but what
happens to anything > "Z", since I will be looping through the ranges
e.g 45-50 then 60-70 then 75-90...I wonder what the best way is to do
this
Thanks in advance. Your help would be greatly appreciated.