IsOpen Property |
The IsOpen property gets whether a worksheet is open. Generally, this will return true until the worksheet is closed, either by user interaction or through the IMathcadWorksheet.Close method.
Bool = objMC.IsOpen
Element |
Title |
bool |
Boolean value indicating whether the specified worksheet is open or not. True indicates that the worksheet is open, while false indicates that is not. |
objMC |
A Mathcad Worksheet2 object. |