ProtectedRangeCollection Interface
A collection of items which associate worksheet ranges and security information required to unlock them for editing.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface ProtectedRangeCollection :
ISimpleCollection<ProtectedRange>,
IEnumerable<ProtectedRange>,
IEnumerable,
ICollection
Related API Members
The following members return ProtectedRangeCollection objects:
Remarks
Use the Worksheet.ProtectedRanges property to get access to protected ranges in a worksheet.
See Also