[]
Enters the specified evaluating context.
void EnterContext(IReferenceSource source, int contextRow, int contextColumn)
Sub EnterContext(source As IReferenceSource, contextRow As Integer, contextColumn As Integer)
| Type | Name | Description |
|---|---|---|
| IReferenceSource | source | The IReferenceSource object which is using formula. |
| int | contextRow | An integer value indicates the context row index. |
| int | contextColumn | An integer value indicates the context column index. |