officefileapi-devexpress-dot-spreadsheet-712f06b2.md
A collection of items which associate worksheet ranges and security information required to unlock them for editing.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public interface ProtectedRangeCollection :
ISimpleCollection<ProtectedRange>,
IEnumerable<ProtectedRange>,
IEnumerable,
ICollection
Public Interface ProtectedRangeCollection
Inherits ISimpleCollection(Of ProtectedRange),
IEnumerable(Of ProtectedRange),
IEnumerable,
ICollection
The following members return ProtectedRangeCollection objects:
Use the Worksheet.ProtectedRanges property to get access to protected ranges in a worksheet.
See Also
ProtectedRangeCollection Members
Protection in Spreadsheet Documents