Spread Silverlight Documentation
CalcEvaluatorContext Constructor


GrapeCity.CalcEngine Namespace > CalcEvaluatorContext Class : CalcEvaluatorContext Constructor
The source.
if set to true [array formula mode].
Index of the base row.
Index of the base column.
The row count.
The column count.
Initializes a new instance of the CalcEvaluatorContext class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ICalcSource, _
   Optional ByVal arrayFormulaMode As System.Boolean, _
   Optional ByVal baseRowIndex As System.Integer, _
   Optional ByVal baseColumnIndex As System.Integer, _
   Optional ByVal rowCount As System.Integer, _
   Optional ByVal columnCount As System.Integer _
)
'Usage
 
Dim source As ICalcSource
Dim arrayFormulaMode As System.Boolean
Dim baseRowIndex As System.Integer
Dim baseColumnIndex As System.Integer
Dim rowCount As System.Integer
Dim columnCount As System.Integer
 
Dim instance As New CalcEvaluatorContext(source, arrayFormulaMode, baseRowIndex, baseColumnIndex, rowCount, columnCount)
public CalcEvaluatorContext( 
   ICalcSource source,
   System.bool arrayFormulaMode,
   System.int baseRowIndex,
   System.int baseColumnIndex,
   System.int rowCount,
   System.int 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

Reference

CalcEvaluatorContext Class
CalcEvaluatorContext Members