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

ProtectedRangeCollection.Contains(String) Method

Determines whether the collection contains the protected range with the specified name.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Contains(
    string name
)

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