PdcCalculation.Trade
Declaration
Trade as Boolean
Description
Returns if it is a trade calculation
Notes
This boolean property returns whether the current calculation is a trade calculation.
Code example
This code example returns the trade boolean of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.Trade