Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / WriteProtection Class / WriteReservedBy Property
In This Topic
    WriteReservedBy Property
    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 "GcExcel".
    Syntax
    public System.string WriteReservedBy {get; set;}
    See Also