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

ProtectedRangeCollection.Remove(String) Method

Removes the specified protected range from a collection.

Namespace: DevExpress.Spreadsheet

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

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