Spread Silverlight Documentation
GetAllArrayFormulaIdentities Method


GrapeCity.CalcEngine Namespace > CalcGraph Class : GetAllArrayFormulaIdentities Method
Gets all array formula identities.
Syntax
'Declaration
 
Public Function GetAllArrayFormulaIdentities() As System.Collections.Generic.ICollection(Of CalcRangeIdentity)
'Usage
 
Dim instance As CalcGraph
Dim value As System.Collections.Generic.ICollection(Of CalcRangeIdentity)
 
value = instance.GetAllArrayFormulaIdentities()
public System.Collections.Generic.ICollection<CalcRangeIdentity> GetAllArrayFormulaIdentities()
See Also

Reference

CalcGraph Class
CalcGraph Members