Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / GetCustomFunction Method
The function name.


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

    Parameters

    name
    The function name.

    Return Value

    See Also