G
Guest
Hi,
I use the following statement to get a range in Excel worksheet:
Excel.Range oRange = oSheet.get_Range("A1", "A10");
How can I get the entire column?
Thanks.
I use the following statement to get a range in Excel worksheet:
Excel.Range oRange = oSheet.get_Range("A1", "A10");
How can I get the entire column?
Thanks.