Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Jan 27, 2011 2:19 am

Hi,

My excel file has 5 worksheets. And now, i want to move the second worksheet to the end. Could you please tell me how to do it with Spire.XLS for .NET!

Thanks! :P

sam912
 
Posts: 4
Joined: Tue Dec 21, 2010 3:54 am

Thu Jan 27, 2011 10:33 am

Thank you for your inquiry.
you can follow the codes:
Code: Select all
sheet.MoveWorksheet(4);
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Return to Spire.XLS