ActiveWorksheet Property |
The ActiveWorksheet property gets the worksheet of the currently active window.
bMode = objMC.ActiveWorksheet
Element |
Description |
bMode |
Returns the Worksheet object displayed in the currently active window. Returns NULL if no windows are active. |
objMC |
A Mathcad application object. |
This property is equivalent to calling objMC.ActiveWindow.Worksheet.