Share via


ApplicationClass.RegisteredFunctions Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property RegisteredFunctions ( _
    Index1 As Object, _
    Index2 As Object _
) As Object
    Get
'Usage
Dim instance As ApplicationClass
Dim Index1 As Object
Dim Index2 As Object
Dim value As Object

value = instance.RegisteredFunctions(Index1, _
    Index2)
public virtual Object this[
    Object Index1,
    Object Index2
] { get; }

Parameters

Property Value

Type: System.Object

Implements

_Application.RegisteredFunctions[Object, Object]

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace