Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ProtectedRangeCollection.Remove(ProtectedRange) Method

Removes the specified protected range from a collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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