silverlight spreadsheetgear WorkbookView read only mode -


is there way switch workbookview in read mode?

so user not allowed edit cells, paste cells, use autofill feature, change width/height of columns/row, still able switch between sheets , copy text cells.

your best option might use worksheet protection. involve ensuring irange.locked set true cells don't want modifiable (all cells in worksheet have locked set true default) , enforcing worksheet protection via either:

users restricted editing, pasting or otherwise altering cell contents, changing width/height of row/column headers...etc. user still navigate other sheets or copy cell contents worksheet protection enabled.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -