Initializes a new instance of the
CalcParserContext class.
Syntax
'Declaration
Public Function New( _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Integer, _
Optional ByVal baseColumnIndex As System.Integer, _
Optional ByVal As System.Globalization.CultureInfo _
)
'Usage
Dim useR1C1 As System.Boolean
Dim baseRowIndex As System.Integer
Dim baseColumnIndex As System.Integer
Dim culture As System.Globalization.CultureInfo
Dim instance As New CalcParserContext(useR1C1, baseRowIndex, baseColumnIndex, culture)
public CalcParserContext(
System.bool ,
System.int ,
System.int baseColumnIndex,
System.Globalization.CultureInfo
)
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