[]
Make sure that all cells in the specified range are calculated.
void EnsureCalculated(IEvaluationContext context, int row, int column, int row2, int column2)
Sub EnsureCalculated(context As IEvaluationContext, row As Integer, column As Integer, row2 As Integer, column2 As Integer)
Type | Name | Description |
---|---|---|
IEvaluationContext | context | The evaluation context. |
int | row | An integer value indicates the top row index of the 2-dimensions matrix. |
int | column | An integer value indicates the left column index of the 2-dimensions matrix. |
int | row2 | An integer value indicates the bottom row index of the 2-dimensions matrix. |
int | column2 | An integer value indicates the right column index of the 2-dimensions matrix. |