[]
Marks this external variable as volatile. A volatile external variable must be recalculated whenever calculation occurs in any cells on the worksheet. A nonvolatile external variable is recalculated only when the input variables change.
public void Volatile(bool @volatile)
Public Sub Volatile(volatile As Boolean)
Type | Name | Description |
---|---|---|
bool | volatile | if set to |