A
andy moo
Hello
I'm using the OWC11 Spreadsheet component in a WinForm application (C#,
VS.2005).
When I try to set the property XMLDATA i get an COM-HRESULT error.
Example:
string strXML = this.axSpreadsheet1.XMLData; // that works!
this.axSpreadsheet1.XMLData = strXML // this fails...
Does anyone has an idea want I'm missing??
Cheers,
Andy
I'm using the OWC11 Spreadsheet component in a WinForm application (C#,
VS.2005).
When I try to set the property XMLDATA i get an COM-HRESULT error.
Example:
string strXML = this.axSpreadsheet1.XMLData; // that works!
this.axSpreadsheet1.XMLData = strXML // this fails...
Does anyone has an idea want I'm missing??
Cheers,
Andy