PdcCalculation.Count

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Count as long

Description

Returns the total count of calculation objects

Notes

This property returns the total count for the subcalculations

Code example

This code example returns total count for the subcalculations.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.Children.Count

Availability