Spread WPF 17
GrapeCity.Excel Namespace / IFunction Interface / Name Property


In This Topic
    Name Property (IFunction)
    In This Topic
    The custom or built-in function name
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    'Usage
     
    Dim instance As IFunction
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also