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

PictureCollection.Contains(Picture) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Spreadsheet

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

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