Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcStructReferenceIndentity Class / CalcStructReferenceIndentity Constructor
The struct reference string.


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

    Parameters

    structReference
    The struct reference string.
    See Also