aspose.grid.desktop does’nt support readonly mode?
Hi,
Thank you for considering Aspose.Grid!
You can use following code to set a worksheet protected(readonly).
gridDesktop.Worksheets[0].Protected = true;
If you want columns rows or cells readonly, please set the Style.CellLocked property of them.
Thanks a lot! :)