Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / CustomFunctions Property


In This Topic
    CustomFunctions Property (Worksheet)
    In This Topic
    Gets the name of all custom functions.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomFunctions As String()
    'Usage
     
    Dim instance As Worksheet
    Dim value() As String
     
    value = instance.CustomFunctions
    public string[] CustomFunctions {get;}
    See Also