Excel.Application excel and Excel.Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mark23
    New Member
    • Aug 2009
    • 2

    Excel.Application excel and Excel.Application

    Hi,

    Would you kind enough to tell me what is the difference between
    Excel.Applicati on excel = new Excel.Applicati on();
    and
    Excel.Applicati on excel = new Excel.Applicati onClass();
    both of them may work for me.

    Thanks.
  • fastestindian
    New Member
    • Aug 2009
    • 74

    #2
    Application():- This method actually gives control to u so that u can start or stop the application. i.e. u have actual control with this.

    ApplicationClas s():- This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. so may not work as u intend.

    Comment

    Working...