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.
|