Y
YaYa
Hello,
I write a asp.net web page with Excel.Application for creating a Excel File.
I want that worksheet be sorted by some column.
I use xlSheet.Range(xx).Sort(xlSheet.Range(xxx)).
But it doesn't sort by my assigning.
How to sort the worksheet?
Thanks
I write a asp.net web page with Excel.Application for creating a Excel File.
I want that worksheet be sorted by some column.
I use xlSheet.Range(xx).Sort(xlSheet.Range(xxx)).
But it doesn't sort by my assigning.
How to sort the worksheet?
Thanks