[]
Gets an IEnumerable<GrapeCity.CalcEngine.Function> that enumerates through the names of the custom functions in the workbook.
public IEnumerator<Function> GetCustomFunctionEnumerator()
Public Function GetCustomFunctionEnumerator() As IEnumerator(Of [Function])
Type | Description |
---|---|
IEnumerator<Function> | The enumerates through the names of the custom functions. |