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


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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options