Objectmix
Tags Register Mark Forums Read

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...


Object Mix > Programming Languages > CSharp > DSOFramer and excel

Reply

 

LinkBack Thread Tools
  #1  
Old 10-24-2007, 06:06 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default DSOFramer and excel

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

  #2  
Old 12-11-2007, 06:40 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default RE: DSOFramer and excel

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
>
>

Reply

Thread Tools


Similar Threads

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.

Managed by Infnx Pvt Ltd.