_Application.WorksheetFunction Property

Returns the WorksheetFunction object.

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

Syntax

'Declaration
ReadOnly Property WorksheetFunction As WorksheetFunction
    Get
'Usage
Dim instance As _Application
Dim value As WorksheetFunction

value = instance.WorksheetFunction
WorksheetFunction WorksheetFunction { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.WorksheetFunction

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace