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


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