Back to Devexpress

ProtectedRangeCollection Interface

officefileapi-devexpress-dot-spreadsheet-712f06b2.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ProtectedRangeCollection :
    ISimpleCollection<ProtectedRange>,
    IEnumerable<ProtectedRange>,
    IEnumerable,
    ICollection
vb
Public Interface ProtectedRangeCollection
    Inherits ISimpleCollection(Of ProtectedRange),
             IEnumerable(Of 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

ProtectedRangeCollection Members

Protection in Spreadsheet Documents

ProtectedRange

EditRangePermission

Protect(String, WorksheetProtectionPermissions)

Unprotect(String)

DevExpress.Spreadsheet Namespace