[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.WriteProtection.WriteReservedBy

WriteReservedBy Property

WriteReservedBy

Gets the write-reserved user name for the workbook.

This property returns the write-reserved user name stored in the workbook write protection settings.

Declaration
public string WriteReservedBy { get; set; }
Public Property WriteReservedBy As String
Examples
WriteProtection protection = workbook.WriteProtection;
protection.WriteReservedBy = "User";
string userName = protection.WriteReservedBy;