PdcCalculation.Dimensions
Jump to navigation
Jump to search
Declaration
Dimensions as String
Description
Returns or changes the dimensions
Notes
This property returns or sets the 'Dimensions' of the current calculation. This field can be found in the calculation header.
Code example
This code example returns the Dimensions field of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.Dimensions