GrapeCity.Xaml.CalcEngine
GetAllArrayFormulaIdentities Method


GrapeCity.CalcEngine Namespace > CalcGraph Class : GetAllArrayFormulaIdentities Method
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

Reference

CalcGraph Class
CalcGraph Members