Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcNameIdentity Class / CalcNameIdentity Constructor
The name that represents a data address.


In This Topic
    CalcNameIdentity Constructor
    In This Topic
    Initializes a new instance of the CalcNameIdentity class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New CalcNameIdentity(name)
    public CalcNameIdentity( 
       string name
    )

    Parameters

    name
    The name that represents a data address.
    See Also