GrapeCity.Xaml.SpreadSheet.Data
GetCustomFunction Method (Worksheet)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : GetCustomFunction Method
The name of the user-defined custom function.
Gets the specified user-defined custom function.
Syntax
'Declaration
 
Public Function GetCustomFunction( _
   ByVal name As String _
) As CalcFunction
'Usage
 
Dim instance As Worksheet
Dim name As String
Dim value As CalcFunction
 
value = instance.GetCustomFunction(name)
public CalcFunction GetCustomFunction( 
   string name
)

Parameters

name
The name of the user-defined custom function.

Return Value

The function.
See Also

Reference

Worksheet Class
Worksheet Members