GrapeCity.Xaml.SpreadSheet.Data
CustomFunctions Property (Worksheet)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : CustomFunctions Property
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

Reference

Worksheet Class
Worksheet Members