FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCalcEngine Class / Functions Property

In This Topic
    Functions Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Functions As Dictionary(Of String,FunctionDefinition)
    public Dictionary<string,FunctionDefinition> Functions {get;}
    See Also