View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
SmartGuy SmartGuy is offline
external usenet poster
 
Posts: 7
Default Basis question about Group/Ungroup

Thanks Joel, for your code samples and your kindly reply.

However, i am developing on c#, so it is different.
For example:
in VBA:
WorkSheets("Sheet1").Range("A1") .
In c#:
object WorkSheets["Sheet1"] does not have method/property Range()
Can you help me with some c# code samples or web links?

Thanks.