CommentRunCollection.Contains(CommentRun) Method
Indicates whether the collection contains the specified run.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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