0

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 ...

Matt Ellen
  • 11,268
  • 4
  • 68
  • 90
kumar
  • 1,117
  • 13
  • 34
  • 58

1 Answers1

0

Try:

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

Link to SpreadsheetGear Reference

Xcheque
  • 583
  • 1
  • 5
  • 14