Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParserContext Class / CalcParserContext Constructor
if set to true [use r1 c1].
Index of the base row.
Index of the base column.
The culture.


In This Topic
    CalcParserContext Constructor
    In This Topic
    Initializes a new instance of the CalcParserContext class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal useR1C1 As Boolean, _
       Optional ByVal baseRowIndex As Integer, _
       Optional ByVal baseColumnIndex As Integer, _
       Optional ByVal culture As CultureInfo _
    )
    'Usage
     
    Dim useR1C1 As Boolean
    Dim baseRowIndex As Integer
    Dim baseColumnIndex As Integer
    Dim culture As CultureInfo
     
    Dim instance As New CalcParserContext(useR1C1, baseRowIndex, baseColumnIndex, culture)
    public CalcParserContext( 
       bool useR1C1,
       int baseRowIndex,
       int baseColumnIndex,
       CultureInfo culture
    )

    Parameters

    useR1C1
    if set to true [use r1 c1].
    baseRowIndex
    Index of the base row.
    baseColumnIndex
    Index of the base column.
    culture
    The culture.
    See Also