OWC 10 spreadsheet setting columnHeadings in C#

E

eCook

Hi, I'm just another newbie at the OWC spreadsheet control here but I'm finding out fast that there is very little 'good' documentation on OWC's.

Consequently I'm having a problem doing the simplest of things. For example, I can not customize the column or row headings. Has anybody figured this out?

Here is what I've tried recently
this.axSpreadsheet.ActiveWindow.ColumnHeadings[1].Caption = "Test"

I'm currently working in C# on a Win2K/XP desktop solution with OWC10.dll and the MS interops intalled

When I complile I get an error like this: "Property, indexer, or event 'this' is not supported by the language; try directly calling the accessor method 'OWC10.Headings.get_Item(ref object)'

...but I don't understand it. Is there a set_xxxx method that I should be trying? I sort of thought the interop assemblies would help in this regard

Thanks for any info
 

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