Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create and manipulate an Excel spreadsheet from a .net app and
trying to merge a range of cells. Intellisense gives the structure of the call as follows: void Range.Merge( object Across ) I am unclear as to what I need with Across Object . The Range object already defines what cells are to be merged. if I pass something like this: rng.Merge( rng ); I get an exception. Is there anywhere these calls are documented because a search of google and Microsoft turn up nothing!! Thanks, Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why can't I call a range of cells 'c'? | Excel Discussion (Misc queries) | |||
call range by cell value | Excel Worksheet Functions | |||
How do I merge in a selected range of cells out of Excel? | Excel Discussion (Misc queries) | |||
How can I call Range::Find from C++ without crashing Excel? | Excel Programming | |||
returning ranges offset from argument range function call | Excel Programming |