WorksheetFunction Interface

Used as a container for Microsoft Excel worksheet functions that can be called from Visual Basic.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00020845-0000-0000-C000-000000000046")> _
Public Interface WorksheetFunction
'Usage
Dim instance As WorksheetFunction
[InterfaceTypeAttribute()]
[GuidAttribute("00020845-0000-0000-C000-000000000046")]
public interface WorksheetFunction

See Also

Reference

WorksheetFunction Members

Microsoft.Office.Interop.Excel Namespace