In This Topic
Gets and sets the name of the user who currently has write permission for the workbook.
If you don't explicitly specify this property, the value will come from the IWorkbook.Author, and if the IWorkbook.Author is empty string or null, the value will be "Document Solution for Excel".
Syntax
public System.string WriteReservedBy {get; set;}
See Also