DSOFramer and excel : CSharp
This is a discussion on DSOFramer and excel within the CSharp forums in Programming Languages category; Hi group. I am using the DSOFramer control (AxDSOFramer.AxFramerControl) to display an excel document in my own Form, and it displays just fine. Now how would i do anything useful in excel from my form, like read cells, write to cells...and things like that ? thanks...
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| I am using the DSOFramer control (AxDSOFramer.AxFramerControl) to display an excel document in my own Form, and it displays just fine. Now how would i do anything useful in excel from my form, like read cells, write to cells...and things like that ? thanks |
|
#2
| |||
| |||
| Call m_Framer.ActiveDocument and cast to Excel workbook Workbook wbk = (Workbook)m_Framer.ActiveDocument; from the workbook you can get the application object, the cells etc. quite straightforward from there,,, "anonc01@gmail.com" wrote: > Hi group. > I am using the DSOFramer control (AxDSOFramer.AxFramerControl) to > display an excel document in my own Form, and it displays just fine. > Now how would i do anything useful in excel from my form, like read > cells, write to cells...and things like that ? > thanks > > |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PrintPreview with MS Word XP (2002) and DSOFramer problem | usenet | DOTNET | 1 | 10-18-2007 04:11 AM |
| Starting Word with no startup templates in DSOFramer | usenet | DOTNET | 0 | 10-01-2007 10:26 AM |
| RE: DSOFramer Control | usenet | DOTNET | 1 | 05-21-2007 08:48 AM |
| DSOFramer and .NET 2.0 Menus | usenet | DOTNET | 0 | 08-10-2006 03:52 PM |
| DSOFramer expertise? Seeing Office events when hosted by DSOFramer? | usenet | DOTNET | 0 | 07-27-2006 07:30 AM |
All times are GMT -5. The time now is 01:10 AM.



