Hi Admin:
I want the value of some cells can be changed by user in the Aspose.Grid.Web and othders can't;At the same time,the width of column can be changed.
So, I do it as following step:
1.set some cells to lock and some cells to unlock.
2.load the Excel file in Aspose.Grid.Web.
3.set sheet.IsProtected = true;
result: the value of some cells can be changed by user in the Aspose.Grid.Web and othders can't;But the width of column can't be changed.
if I set sheet.IsProtected = false;the width of column can be changed,but the value of all cells can be changed!
How can achieve my request,and which attribute has this feature;