how to clear merged cells in C#

  • Thread starter Thread starter riwar
  • Start date Start date
R

riwar

Hello.
I have problem with clear merged cells of excel's sheet. I am use Cells.
get_Range(x,x).ClearContents() method, but compiler says that there is no
possibility of clear content using this way.
Is there any other one?
 

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

Back
Top