Skip to main content
Row

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface ProtectedRangeCollection :
    ISimpleCollection<ProtectedRange>,
    IEnumerable<ProtectedRange>,
    IEnumerable,
    ICollection

The following members return ProtectedRangeCollection objects:

Remarks

Use the Worksheet.ProtectedRanges property to get access to protected ranges in a worksheet.

See Also