Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcGraph Class / GetAllArrayFormulaIdentities Method


In This Topic
    GetAllArrayFormulaIdentities Method
    In This Topic
    Gets all array formula identities.
    Syntax
    'Declaration
     
    Public Function GetAllArrayFormulaIdentities() As ICollection(Of CalcRangeIdentity)
    'Usage
     
    Dim instance As CalcGraph
    Dim value As ICollection(Of CalcRangeIdentity)
     
    value = instance.GetAllArrayFormulaIdentities()
    public ICollection<CalcRangeIdentity> GetAllArrayFormulaIdentities()
    See Also