0
votes

I am using the Spreadsheet gear component and need to select particular cells or columns in a worksheet so I can apply a read only property . How do we do?

Example : if there are 3 columns in excel sheet in that one column should be read only rest of them editable ...

1

1 Answers

0
votes

Try:

ProtectContents which is a property of IWorksheet + Locked which is a property of IRange

Link to SpreadsheetGear Reference