Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCellIdentity Class
Members


In This Topic
    CalcCellIdentity Class
    In This Topic
    Provides the ability to uniquely identify a cell.
    Object Model
    CalcCellIdentity Class
    Syntax
    'Declaration
     
    Public Class CalcCellIdentity 
       Inherits CalcLocalIdentity
    'Usage
     
    Dim instance As CalcCellIdentity
    public class CalcCellIdentity : CalcLocalIdentity 
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.CalcIdentity
          GrapeCity.CalcEngine.CalcLocalIdentity
             GrapeCity.CalcEngine.CalcCellIdentity

    See Also