Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcNameIdentity Class
Members


In This Topic
    CalcNameIdentity Class
    In This Topic
    Provides a data address by the special name.
    Object Model
    CalcNameIdentity Class
    Syntax
    'Declaration
     
    Public Class CalcNameIdentity 
       Inherits CalcLocalIdentity
    'Usage
     
    Dim instance As CalcNameIdentity
    public class CalcNameIdentity : CalcLocalIdentity 
    Remarks
    The name can identify the cell, cell range, function, formula, constant or table.
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.CalcIdentity
          GrapeCity.CalcEngine.CalcLocalIdentity
             GrapeCity.CalcEngine.CalcNameIdentity

    See Also