This class has a single constructor used to setup the needed Microsoft.Office.Interop.Excel.Application object for use.

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 ExcelHelper(
	Application excelApplication
)
Visual Basic (Declaration)
Public Sub New ( _
	excelApplication As Application _
)
Visual C++
public:
ExcelHelper(
	Application^ excelApplication
)

Parameters

excelApplication
Type: Application
Pass the active Excel Application object.

See Also