Skip to main content
Row

PictureCollection.Contains(Picture) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    Picture picture
)

Parameters

Name Type Description
picture Picture

A string that is the picture name.

Returns

Type Description
Boolean

true, if the collection contains the specified item; otherwise, false.

Remarks

Use the Shape.Name to specify a picture name.

See Also