Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCustomFunctionEnumerator Method


In This Topic
GetCustomFunctionEnumerator Method (SheetView)
In This Topic
Gets an IEnumerator for this sheet that enumerates through the names of the user-defined custom functions (FunctionInfo objects) in the model.
Syntax
'Declaration
 
Public Function GetCustomFunctionEnumerator() As IEnumerator
 
'Usage
 
Dim instance As SheetView
Dim value As IEnumerator
 
value = instance.GetCustomFunctionEnumerator()
See Also