Back to Devexpress

PictureCollection.Contains(Picture) Method

officefileapi-devexpress-dot-spreadsheet-dot-picturecollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-picture-x29.md

latest1.5 KB
Original Source

PictureCollection.Contains(Picture) Method

Determines whether the collection contains the specified item.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    Picture picture
)
vb
Function Contains(
    picture As Picture
) As Boolean

Parameters

NameTypeDescription
picturePicture

A string that is the picture name.

|

Returns

TypeDescription
Boolean

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

|

Remarks

Use the Shape.Name to specify a picture name.

See Also

PictureCollection Interface

PictureCollection Members

DevExpress.Spreadsheet Namespace