T
TaiFighter
Hello,
Does anyone know how to set the column headings in an owc10
spreadsheet using c#?
I hjave tried something along the lines of below, but no luck:
OWC10.Headings myColHeadings = (OWC10.Headings)
this.axSpreadsheet1.Windows[1].ColumnHeadings[1];
myColHeadings.set_Item("Test");
If this is not possible, is it possible in owc11 and is it easy
to migrate?
Thanks,
Alan
Does anyone know how to set the column headings in an owc10
spreadsheet using c#?
I hjave tried something along the lines of below, but no luck:
OWC10.Headings myColHeadings = (OWC10.Headings)
this.axSpreadsheet1.Windows[1].ColumnHeadings[1];
myColHeadings.set_Item("Test");
If this is not possible, is it possible in owc11 and is it easy
to migrate?
Thanks,
Alan