[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.WriteProtection.WriteReservedBy

WriteReservedBy Property

WriteReservedBy

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".

Declaration
public string WriteReservedBy { get; set; }
Public Property WriteReservedBy As String