[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.SparklineDataSource.OnDirtying

OnDirtying Method

OnDirtying()

Designates this external variable to be recalculated when the next recalculation occurs.

Declaration
protected override bool OnDirtying()
Protected Overrides Function OnDirtying() As Boolean
Returns
Type Description
bool

true if the external variable require executing its own logic after the calculation engine is ready; otherwise, false.

Overrides
GrapeCity.Spreadsheet.Data.CellRangeDataSource<double>.OnDirtying()
Remarks

Accessing calculation engine (like get value of external variable) isn't available inside this function.