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