ProtectedRangeCollection.Remove(ProtectedRange) Method
Removes the specified protected range from a collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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