Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

Declaration

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

Remarks

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

See Also