API Guide > PTC Mathcad Prime Objects > Object: Worksheets
Object: Worksheets
This object represents the PTC Mathcad Prime Worksheets COM interface Ptc.MathcadPrime.Automation.IMathcadPrimeWorksheets.
This interface allows you to manage open worksheets.
Methods
Item(indexArg)—Index of the open worksheet in the collection list of all opened worksheets.
indexArg (integer)
Returns:
The the worksheet object associated with the open worksheet, or Null if an error occurs while retrieving an object instance.
Properties
Count—Gets the count of open PTC Mathcad Prime worksheets.
Returns:
The count of open PTC Mathcad Prime worksheets, or 0 if any problem occurs while retrieving the count.
Was this helpful?