Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcStructReferenceExpression Class / CalcStructReferenceExpression Constructor / CalcStructReferenceExpression Constructor(CalcParserContext,String)
The table struct parser context.
The struct reference string.


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

    Parameters

    context
    The table struct parser context.
    structReference
    The struct reference string.
    See Also