How to merge cells?

H

hank_cjl

Hi,
I'm use OWC11 component in web site to export excel files. but i
don't
know how to merge cells A1 to B3. i finded some example as
"
objExcel.ActiveSheet.g
..get_Range(objExcel.ActiveSheet.Cells[0,0],objExcel.ActiveSheet.Cells[1,3]).get_Merge()=true;
"
but i cann't the method get_merge or get_Merge in VS.NET.

anybody help me?
thanks

hank_cjl from china
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top