ProtectedRangeCollection.Contains(String) Method
Determines whether the collection contains the protected range with the specified name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string that is the name to search for in a collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the collection contains range with the specified name; otherwise, false. |
See Also