NeedsSave Property |
The NeedsSave property gets whether the worksheet has been changed and needs to be saved. NeedsSave is reset to False upon saving the worksheet.
bool = objMC.NeedsSave
Element |
Description |
bool |
Boolean value indicating whether or not the worksheet has been changed and needs to be saved. |
objMC |
A Mathcad Worksheet object. |