vsto - How can I block row and column insertion on Excel? -


Is there a way for me not to include rows / columns on my spreadsheet?

I have an Excel 2013 workbook project and I have to block the use of users to insert / delete rows and columns.

Yes. You unlock all the cells on the worksheet and then keep it safe Uncheck all the options except Insert Rows, Insert Columns, Delete Rows, and Delete Columns

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -