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


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : CustomFunctions Property
Gets the custom functions.
Syntax
'Declaration
 
Public ReadOnly Property CustomFunctions As String()
'Usage
 
Dim instance As Workbook
Dim value() As String
 
value = instance.CustomFunctions
public string[] CustomFunctions {get;}
See Also

Reference

Workbook Class
Workbook Members