Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WriteProtection Class / getWriteReservedBy Method
In This Topic
    getWriteReservedBy Method
    In This Topic
    Gets 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 java.lang.String getWriteReservedBy()
    See Also