Spread WPF 17
GrapeCity.Excel Namespace / ExcelCustomFunction Class / Name Property


In This Topic
    Name Property (ExcelCustomFunction)
    In This Topic
    The custom function name
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As ExcelCustomFunction
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also