PdcCalculation.VATCode: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == VATCode as string == Description == Returns or sets the VAT code == Notes == This property returns or sets the VAT code of the current calculation. == Cod..." |
No edit summary |
||
Line 19: | Line 19: | ||
== Availability == | == Availability == | ||
Available since August, 2e 2016 (Version 5.2 onwards) |
Latest revision as of 11:02, 2 August 2016
Declaration
VATCode as string
Description
Returns or sets the VAT code
Notes
This property returns or sets the VAT code of the current calculation.
Code example
This code example returns the VAT code of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.VATCode
Availability
Available since August, 2e 2016 (Version 5.2 onwards)