Click here to Skip to main content
16,004,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have one excel sheet i want ot hide one particular column of sheet on click of button i user developer tool please help me &
Posted

1 solution

I hope this would give you an overall idea about hiding the columns or rows through c# using Aspose.Cells.

Aspose.Cells component allows you to manipulate rows and columns in the worksheet. You can insert blank cells, rows, and columns and fill them with data. Moreover you can remove any column or row in the worksheet.

Refer here for more details.
http://www.aspose.com/demos/.net-components/aspose.cells/csharp/quick-start/rows-and-columns/hiding-rows-and-columns.aspx[^]
 
Share this answer
 
Comments
priya.priya503 31-Oct-13 5:22am    
i see your answer but i want to show and hide my sheet column in click of button....which are in this sheet.
Thomas ktg 31-Oct-13 5:30am    
Did you refer here?
http://www.aspose.com/demos/.net-components/aspose.cells/csharp/quick-start/rows-and-columns/hiding-rows-and-columns.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900