PdcCalculation.Exported

From External Bemet Wiki
Revision as of 09:14, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

Exported as Boolean

Description

Returns if the calculation is exported

Notes

This property returns the state of the 'Exported' checkbox of the current calculation. This checkbox can be found in the 'Other' treenode. This property is no longer supported.

Code example

This code example returns the Exported checkbox state of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.Exported

Availability