ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-07-09 17:26:18

Navasender
Member
Registered: 2015-06-09
Posts: 10

Read Only Sheet

Hi,

Is there any way to make a complete sheet "Read Only" instead of doing that for each cell?

P.D. The method IsFrozen (in VB) of the sheet is wrong: It appears "IsForzen" instead of "IsFrozen"

Offline

#2 2015-07-10 06:45:24

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Read Only Sheet

Hi, have you tried this code:

// C#
worksheet.SetSettings(WorksheetSettings.Edit_Readonly, true);

' VB.NET
sheet.SetSettings(unvell.ReoGrid.WorksheetSettings.Edit_Readonly, True)

Thanks! I will correct the wrong spelling.

Last edited by Jingwood (2015-07-10 06:46:02)

Offline

#3 2015-07-16 06:18:20

Navasender
Member
Registered: 2015-06-09
Posts: 10

Re: Read Only Sheet

Once again, many thanks

Offline

Board footer

Powered by FluxBB