Back to Devexpress

ThreadedCommentCollection.IndexOf(ThreadedComment) Method

officefileapi-devexpress-dot-spreadsheet-dot-threadedcommentcollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-threadedcomment-x29.md

latest1.5 KB
Original Source

ThreadedCommentCollection.IndexOf(ThreadedComment) Method

Returns the position of the specified comment in the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    ThreadedComment threadedComment
)
vb
Function IndexOf(
    threadedComment As ThreadedComment
) As Integer

Parameters

NameTypeDescription
threadedCommentThreadedComment

An object to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based index of the comment in the collection. -1 if the comment does not belong to the collection.

|

See Also

ThreadedCommentCollection Interface

ThreadedCommentCollection Members

DevExpress.Spreadsheet Namespace