[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetCustomFunctionEnumerator

GetCustomFunctionEnumerator Method

GetCustomFunctionEnumerator()

Gets an IEnumerable<GrapeCity.CalcEngine.Function> that enumerates through the names of the custom functions in the workbook.

Declaration
public IEnumerator<Function> GetCustomFunctionEnumerator()
Public Function GetCustomFunctionEnumerator() As IEnumerator(Of [Function])
Returns
Type Description
IEnumerator<Function>

The enumerates through the names of the custom functions.

OSZAR »