Category / Section
How I can control the available actions within a protected worksheet?
1 min read
Use the following code snippets to control the available actions within a protected worksheet.
C#
//Protect sheet. sheet.Protect("syncfusion", ExcelSheetProtection.FormattingColumns);
VB
'Protect sheet sheet.Protect("syncfusion", ExcelSheetProtection.FormattingColumns)
Here is the sample for your reference: