PdcCalculation.GrossPrice
Declaration
GrossPrice as double
Description
Returns or changes the grossprice
Notes
This property returns or sets the 'GrossPrice' of the current calculation. This field can be found in the calculation header.
Code example
This code example returns the GrossPrice of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.GrossPrice
Availability
Available since December 2007.