Spread Silverlight Documentation
GetAllSheetRangeIdentities Method


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

Reference

CalcGraph Class
CalcGraph Members