This property is set to the active application the class executes methods against.

Namespace:  Abh.Core.Excel2k7
Assembly:  Abh.Core.Excel2k7 (in Abh.Core.Excel2k7.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Application ExcelApplication { get; set; }
Visual Basic (Declaration)
Public Property ExcelApplication As Application
Visual C++
public:
property Application^ ExcelApplication {
	Application^ get ();
	void set (Application^ value);
}

See Also