Skip to main content
Row

ProtectedRangeCollection.Remove(ProtectedRange) Method

Removes the specified protected range from a collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    ProtectedRange item
)

Parameters

Name Type Description
item ProtectedRange

A ProtectedRange object to remove.

Remarks

When a protected range is removed from a collection, the corresponding worksheet ProtectedRange.Range cannot be selectively unlocked in a protected sheet.

See Also