|
ICalcData interface
Essential Calculate lets you add calculation support to objects by implementing an interface, ICalcData. CalcQuick and CalcDataGrid both implement ICalcData which gives them their calculation support. ICalcData is designed around a rectangular array of data. But you can hide this rectangular design as CalcQuick does.
|
|
|
|