Initializes a new instance of the
CalcEvaluatorContext class.
Syntax
'Declaration
Public Function New( _
ByVal As ICalcSource, _
Optional ByVal As Boolean, _
Optional ByVal As Integer, _
Optional ByVal baseColumnIndex As Integer, _
Optional ByVal As Integer, _
Optional ByVal columnCount As Integer _
)
'Usage
Dim source As ICalcSource
Dim arrayFormulaMode As Boolean
Dim baseRowIndex As Integer
Dim baseColumnIndex As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim instance As New CalcEvaluatorContext(source, arrayFormulaMode, baseRowIndex, baseColumnIndex, rowCount, columnCount)
Parameters
- source
- The source.
- arrayFormulaMode
- if set to
true
[array formula mode]. - baseRowIndex
- Index of the base row.
- baseColumnIndex
- Index of the base column.
- rowCount
- The row count.
- columnCount
- The column count.
See Also