Description Property |
The Description property gets and sets the worksheet description, as displayed in the File Properties dialog.
bStr = objMC.Description
objMC.Description = bStr
Element |
Description |
bStr |
The description associated with the Mathcad worksheet, returned as a string. |
objMC |
A Mathcad Worksheet object. |