S
stocki
Hi,
still working on my spreadsheet app. Got an owc spreadsheet (OWC11) on
a windows form. This control does have three sheets. I want to delete
two of them using C#.
axSpreadsheet1.Worksheets["Sheet1"].delete() ; throws an error,
telling me that this object doesn't contain a definition for
"delete".
Anyone an idea, please?
Thanks for your help!
Cheers
Stocki
still working on my spreadsheet app. Got an owc spreadsheet (OWC11) on
a windows form. This control does have three sheets. I want to delete
two of them using C#.
axSpreadsheet1.Worksheets["Sheet1"].delete() ; throws an error,
telling me that this object doesn't contain a definition for
"delete".
Anyone an idea, please?
Thanks for your help!
Cheers
Stocki