Skip to main content
Row

ProtectedRangeCollection.Remove(String) 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(
    string name
)

Parameters

Name Type Description
name String

A string that is the name of the protected range 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