Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetCustomFunction Method
Name of the user-defined custom function to get


In This Topic
    GetCustomFunction Method (FpSpread)
    In This Topic
    Gets a user-defined custom function from the workbook.
    Syntax
    'Declaration
     
    
    Public Function GetCustomFunction( _
       ByVal name As String _
    ) As Function
    'Usage
     
    
    Dim instance As FpSpread
    Dim name As String
    Dim value As Function
     
    value = instance.GetCustomFunction(name)
    public Function GetCustomFunction( 
       string name
    )

    Parameters

    name
    Name of the user-defined custom function to get
    See Also