[Missing <summary> documentation for M:Microsoft.Office.Interop.Excel._Application.RegisterXLL(System.String)]

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
bool RegisterXLL(
	string Filename
)
Visual Basic (Declaration)
Function RegisterXLL ( _
	Filename As String _
) As Boolean
Visual C++
bool RegisterXLL(
	[InAttribute] String^ Filename
)

Parameters

Filename
Type: System..::.String

[Missing <param name="Filename"/> documentation for "M:Microsoft.Office.Interop.Excel._Application.RegisterXLL(System.String)"]

Return Value

[Missing <returns> documentation for M:Microsoft.Office.Interop.Excel._Application.RegisterXLL(System.String)]

See Also