View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick Kowalzick Patrick Kowalzick is offline
external usenet poster
 
Posts: 2
Default [Interops] OutlineLevel and Hidden property

Dear NG,

I am programming against Excel using C# and the interops. I am trying to
access the property OutlineLevel or the Hidden property of a range.

It compiles fine but throws the exception:

"Unable to get the OutlineLevel property of the Range class"
"Unable to get the Hidden property of the Range class"

How can I come around this?

Regards,
Patrick