is there a list of methods and properties that an excel object created via
new ActiveXObject(“Excel.Application”);
has?
var excel = new ActiveXObject("Excel.Application");
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Excel object model is fully documented on MSDN. Here is the Excel 2010 Application object. Use the links in the left navigator to view properties and members.
http://msdn.microsoft.com/en-us/library/ff194565.aspx
Move up the navigator tree to Reference to see all the objects.
http://msdn.microsoft.com/en-us/library/ff846392.aspx