[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ExternalVariable.Volatile

Volatile Method

Volatile(bool)

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.

Declaration
public void Volatile(bool @volatile)
Public Sub Volatile(volatile As Boolean)
Parameters
Type Name Description
bool volatile

if set to true this external variable is marked as volatile; otherwise, false.