Skip to main content
Row

CommentRunCollection.Contains(CommentRun) Method

Indicates whether the collection contains the specified run.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    CommentRun run
)

Parameters

Name Type Description
run CommentRun

A CommentRun object to locate in the collection.

Returns

Type Description
Boolean

True, if the collection contains the note run; otherwise, false.

Remarks

To add a note run, use the Add method. To delete comment runs, use the Remove, RemoveAt or Clear method.

See Also