WorksheetProtection

SpreadsheetSaveOptions.WorksheetProtection property

Allows to enable a worksheet protection for the output Spreadsheet document. By default is NULL - protection is not applied. Not all formats support a worksheet protection.

public WorksheetProtection WorksheetProtection { get; set; }

See Also