'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.