You can protect sheets and lock cells in FlexSheet for WPF. IsProtected property is used to protect sheets in C1FlexSheet control. The following code illustrates the use of IsProtected property:
AddLockedCell method can be used to lock cells in C1FlexSheet control. The AddLockedCell method locks the specified cell range, as illustrated in the following code: