Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / EnsureCalculated Method
The evaluation context.
An integer value indicates the top row index of the 2-dimensions matrix.
An integer value indicates the left column index of the 2-dimensions matrix.
An integer value indicates the bottom row index of the 2-dimensions matrix.
An integer value indicates the right column index of the 2-dimensions matrix.


In This Topic
    EnsureCalculated Method (IReferenceSource)
    In This Topic
    Make sure that all cells in the specified range are calculated.
    Syntax
    'Declaration
     
    
    Sub EnsureCalculated( _
       ByVal context As IEvaluationContext, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    ) 
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim context As IEvaluationContext
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
     
    instance.EnsureCalculated(context, row, column, row2, column2)
    void EnsureCalculated( 
       IEvaluationContext context,
       int row,
       int column,
       int row2,
       int column2
    )

    Parameters

    context
    The evaluation context.
    row
    An integer value indicates the top row index of the 2-dimensions matrix.
    column
    An integer value indicates the left column index of the 2-dimensions matrix.
    row2
    An integer value indicates the bottom row index of the 2-dimensions matrix.
    column2
    An integer value indicates the right column index of the 2-dimensions matrix.
    See Also