Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am writing a CSharp program that creates an excel file. Now, I want to
hide/show certain columns after the excel file has been created. I am using the Application object model and worksheet object. My Vstudio doesn't give me any options to access the column hide/show features and in fact. I tried various ways including this, which won't work. ((Excel.Range)(oSheet.Columns[0,col])).EntireColumn.Hidden = true; Please advise. Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I conditionally hide or show a column in Excel | Excel Discussion (Misc queries) | |||
Hide column and show only in row in use | Excel Discussion (Misc queries) | |||
Show/Hide Column and Row Headers | Excel Discussion (Misc queries) | |||
hide column but show chart | Charts and Charting in Excel | |||
Macro for Show/Hide Column | Excel Discussion (Misc queries) |