Hi everybody!
MAbe you can help me with the following issue:
When I try to paste the clipboard content (a table or value) into one or more unlock cells on a protected Worksheet an error message appears :-(
Maybe this issue came with the upgrade to the newes NuGet package but I actually don't know :-S
I unlock the cells like this:
IWorksheet ws = _spreadsheet.ActiveSheet;
ws.Range[iRow, iColumn].CellStyle.Locked = false;
and protect the worksheet like this:
_spreadsheet.ProtectSheet(ws, "Some Password");
Thank you very much for your help!
Victor
Attachment:
20210610_Syncfusion_SfSpreadSheet_Error_b0f9ad29.zip