[Missing <summary> documentation for P:Microsoft.Office.Interop.Excel._Application.RegisteredFunctions(System.Object,System.Object)]

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#
Object RegisteredFunctions[
	Object Index1,
	Object Index2
] { get; }
Visual Basic (Declaration)
ReadOnly Property RegisteredFunctions ( _
	Index1 As Object, _
	Index2 As Object _
) As Object
Visual C++
property Object^ RegisteredFunctions[[InAttribute] Object^ Index1, [InAttribute] Object^ Index2] {
	Object^ get ([InAttribute] Object^ Index1, [InAttribute] Object^ Index2);
}

Parameters

Index1
Type: System..::.Object
Index2
Type: System..::.Object

See Also